mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 05:00:48 +02:00
vk/vulkan.h: Rename (min|max)Depth to (min|max)DepthBounds
This commit is contained in:
parent
1fb859e4b2
commit
962d6932fa
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue