diff options
author | Jason Ekstrand <[email protected]> | 2015-12-02 17:07:26 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-12-03 13:43:59 -0800 |
commit | 5757ad2959a91f71dcc4a3661cce0e5ab065052b (patch) | |
tree | eed4ce9e8b07d242010ab03c73084746eaa944ea /include | |
parent | d6897453037111d654b1e58dd6e74aac6aa21134 (diff) |
vk/0.210.0: Remove depth clip and add depth clamp
Diffstat (limited to 'include')
-rw-r--r-- | include/vulkan/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 8036b6126aa..67ab34ddf23 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -1688,7 +1688,7 @@ typedef struct VkPipelineRasterizationStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineRasterizationStateCreateFlags flags; - VkBool32 depthClipEnable; + VkBool32 depthClampEnable; VkBool32 rasterizerDiscardEnable; VkPolygonMode polygonMode; VkCullModeFlags cullMode; |