vk/vulkan.h: Rename (min|max)Depth to (min|max)DepthBounds

This commit is contained in:
Jason Ekstrand 2015-07-07 12:37:54 -07:00
parent 1fb859e4b2
commit 962d6932fa

View file

@ -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;