vk/0.170.2: Add unnormalizedCoordinates to VkSamplerCreateInfo

This commit is contained in:
Jason Ekstrand
2015-10-05 20:17:24 -07:00
parent f7c3519aaf
commit 57f500324b
3 changed files with 3 additions and 2 deletions

View File

@@ -1727,6 +1727,7 @@ typedef struct {
float minLod;
float maxLod;
VkBorderColor borderColor;
VkBool32 unnormalizedCoordinates;
} VkSamplerCreateInfo;
typedef struct {