diff options
| author | Cody Northrop <cody@lunarg.com> | 2015-08-11 15:38:21 -0600 |
|---|---|---|
| committer | Cody Northrop <cody@lunarg.com> | 2015-08-11 16:59:44 -0600 |
| commit | 6c80e262e5494ddb098957f5773d263dcccc0fd5 (patch) | |
| tree | 1b72aabbf79960fe8f9626a019cdfa5729cbb91a /include | |
| parent | 0f9b1994c7940493b76ac7f6eb60361ae205f669 (diff) | |
| download | usermoji-6c80e262e5494ddb098957f5773d263dcccc0fd5.tar.xz | |
Bug 14339 - Add alphaToOne as an optional feature
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 ff575b3e..6e73ebf1 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1184,6 +1184,7 @@ typedef struct { VkBool32 shaderInt16; VkBool32 shaderResourceResidency; VkBool32 shaderResourceMinLOD; + VkBool32 alphaToOne; VkBool32 sparse; VkBool32 sparseResidencyBuffer; VkBool32 sparseResidencyImage2D; |
