diff options
| author | Cody Northrop <cody@lunarg.com> | 2015-08-11 15:50:55 -0600 |
|---|---|---|
| committer | Cody Northrop <cody@lunarg.com> | 2015-08-11 17:16:15 -0600 |
| commit | 25439e40edc06e9160385eb99de87196af8c6587 (patch) | |
| tree | 3034046047412d0f9ebd1b150af6339eff538475 /include | |
| parent | 6c80e262e5494ddb098957f5773d263dcccc0fd5 (diff) | |
| download | usermoji-25439e40edc06e9160385eb99de87196af8c6587.tar.xz | |
Bug 14407 - Add texelCoords to Sampler state
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 1 |
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 { |
