struct VkPipelineRasterizationStateCreateInfo

Defined at line 3715 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_core.h

Public Members

VkStructureType sType
const void * pNext
VkPipelineRasterizationStateCreateFlags flags
VkBool32 depthClampEnable
VkBool32 rasterizerDiscardEnable
VkPolygonMode polygonMode
VkCullModeFlags cullMode
VkFrontFace frontFace
VkBool32 depthBiasEnable
float depthBiasConstantFactor
float depthBiasClamp
float depthBiasSlopeFactor
float lineWidth