diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-15 12:57:38 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 17:10:05 -0600 |
| commit | 0db2c910ea48122e229ea45ad3301bf9a70a5331 (patch) | |
| tree | d9d5182aa5a7157ff14d671674e5db9e6a86b70b /include/vulkan.h | |
| parent | cb59a5d8e82f6268138efb9fe29adade55d3b7c1 (diff) | |
| download | usermoji-0db2c910ea48122e229ea45ad3301bf9a70a5331.tar.xz | |
misc: Rename depthClip to depthClamp
Implementations will need to invert their behavior.
commit: 60a6646e24e58b1e2c44ea8eeb1017fc133593a1
Diffstat (limited to 'include/vulkan.h')
| -rw-r--r-- | include/vulkan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 03bcefea..27bd0227 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1150,7 +1150,7 @@ typedef struct { VkBool32 dualSourceBlend; VkBool32 logicOp; VkBool32 multiDrawIndirect; - VkBool32 depthClip; + VkBool32 depthClamp; VkBool32 depthBiasClamp; VkBool32 fillModeNonSolid; VkBool32 depthBounds; @@ -1665,7 +1665,7 @@ typedef struct { typedef struct { VkStructureType sType; const void* pNext; - VkBool32 depthClipEnable; + VkBool32 depthClampEnable; VkBool32 rasterizerDiscardEnable; VkFillMode fillMode; VkCullMode cullMode; |
