diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-02 10:41:55 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-02 11:26:47 -0600 |
| commit | 4080386f5a53856ee74a05201c46a1b62704a82b (patch) | |
| tree | 050eb49eb3088074cb13a69bb9a2e3a07c3d89e9 /include | |
| parent | 243187a926b095cabf69079077925e87f635627d (diff) | |
| download | usermoji-4080386f5a53856ee74a05201c46a1b62704a82b.tar.xz | |
bug-14515: Add occlusionQueryNonConservative 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 36808ed1..2889207b 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1166,6 +1166,7 @@ typedef struct { VkBool32 textureCompressionETC2; VkBool32 textureCompressionASTC_LDR; VkBool32 textureCompressionBC; + VkBool32 occlusionQueryNonConservative; VkBool32 pipelineStatisticsQuery; VkBool32 vertexSideEffects; VkBool32 tessellationSideEffects; |
