diff options
Diffstat (limited to 'include/vulkan.h')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 180f5aa7..96762e45 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1761,7 +1761,7 @@ typedef struct { float minLod; float maxLod; VkBorderColor borderColor; - VkBool32 texelCoords; + VkBool32 unnormalizedCoordinates; } VkSamplerCreateInfo; typedef struct { |
