aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h2
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 {