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

View File

@@ -269,7 +269,7 @@ emit_ds_state(struct anv_pipeline *pipeline,
return;
}
/* VkBool32 depthBoundsEnable; // optional (depth_bounds_test) */
/* VkBool32 depthBoundsTestEnable; // optional (depth_bounds_test) */
struct GEN8_3DSTATE_WM_DEPTH_STENCIL wm_depth_stencil = {
.DepthTestEnable = info->depthTestEnable,