aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCody Northrop <cody@lunarg.com>2015-08-11 15:50:55 -0600
committerCody Northrop <cody@lunarg.com>2015-08-11 17:16:15 -0600
commit25439e40edc06e9160385eb99de87196af8c6587 (patch)
tree3034046047412d0f9ebd1b150af6339eff538475 /include
parent6c80e262e5494ddb098957f5773d263dcccc0fd5 (diff)
downloadusermoji-25439e40edc06e9160385eb99de87196af8c6587.tar.xz
Bug 14407 - Add texelCoords to Sampler state
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index 6e73ebf1..067546b1 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -1753,6 +1753,7 @@ typedef struct {
float minLod;
float maxLod;
VkBorderColor borderColor;
+ VkBool32 texelCoords;
} VkSamplerCreateInfo;
typedef struct {