summaryrefslogtreecommitdiffstats
path: root/include/vulkan
diff options
context:
space:
mode:
authorChad Versace <[email protected]>2015-10-04 09:41:22 -0700
committerChad Versace <[email protected]>2015-10-04 09:41:46 -0700
commitdd04be491d286dfc26ac8630ad3c9dbc839815cb (patch)
tree397a4202da4bac76242fcc08dce39f383426d45c /include/vulkan
parent8cb2e27c62ab958f028eb2887b84a17e95ffe8ec (diff)
vk/0.170.2: Update Vk VkPipelineDepthStencilStateCreateInfo
Rename member depthBoundsEnable -> depthBoundsTestEnable.
Diffstat (limited to 'include/vulkan')
-rw-r--r--include/vulkan/vulkan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h
index 16ed3f8dd67..1f35b01ae9b 100644
--- a/include/vulkan/vulkan.h
+++ b/include/vulkan/vulkan.h
@@ -1652,7 +1652,7 @@ typedef struct {
VkBool32 depthTestEnable;
VkBool32 depthWriteEnable;
VkCompareOp depthCompareOp;
- VkBool32 depthBoundsEnable;
+ VkBool32 depthBoundsTestEnable;
VkBool32 stencilTestEnable;
VkStencilOpState front;
VkStencilOpState back;