vk/0.170.2: Update Vk VkPipelineDepthStencilStateCreateInfo

Rename member depthBoundsEnable -> depthBoundsTestEnable.
This commit is contained in:
Chad Versace
2015-10-04 09:41:22 -07:00
parent 8cb2e27c62
commit dd04be491d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1652,7 +1652,7 @@ typedef struct {
VkBool32 depthTestEnable;
VkBool32 depthWriteEnable;
VkCompareOp depthCompareOp;
VkBool32 depthBoundsEnable;
VkBool32 depthBoundsTestEnable;
VkBool32 stencilTestEnable;
VkStencilOpState front;
VkStencilOpState back;