diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index e2f5fd08195..c42c050b4ea 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -1649,8 +1649,8 @@ typedef struct { typedef struct { VkStructureType sType; const void* pNext; - float minDepth; - float maxDepth; + float minDepthBounds; + float maxDepthBounds; uint32_t stencilReadMask; uint32_t stencilWriteMask; uint32_t stencilFrontRef;