vk/0.210.0: Remove depth clip and add depth clamp

This commit is contained in:
Jason Ekstrand
2015-12-02 17:07:26 -08:00
parent d689745303
commit 5757ad2959
4 changed files with 4 additions and 7 deletions

View File

@@ -1688,7 +1688,7 @@ typedef struct VkPipelineRasterizationStateCreateInfo {
VkStructureType sType;
const void* pNext;
VkPipelineRasterizationStateCreateFlags flags;
VkBool32 depthClipEnable;
VkBool32 depthClampEnable;
VkBool32 rasterizerDiscardEnable;
VkPolygonMode polygonMode;
VkCullModeFlags cullMode;