From 0db2c910ea48122e229ea45ad3301bf9a70a5331 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 15 Oct 2015 12:57:38 -0600 Subject: misc: Rename depthClip to depthClamp Implementations will need to invert their behavior. commit: 60a6646e24e58b1e2c44ea8eeb1017fc133593a1 --- include/vulkan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/vulkan.h') 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; -- cgit v1.2.3