vulkan-2.0.0.1: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Extensions.VK_AMD_rasterization_order

Synopsis

Documentation

newtype VkRasterizationOrderAMD Source #

VkRasterizationOrderAMD - Specify rasterization order for a graphics pipeline

See Also

VkPipelineRasterizationStateRasterizationOrderAMD

Instances
Eq VkRasterizationOrderAMD Source # 
Instance details
Ord VkRasterizationOrderAMD Source # 
Instance details
Read VkRasterizationOrderAMD Source # 
Instance details
Show VkRasterizationOrderAMD Source # 
Instance details
Storable VkRasterizationOrderAMD Source # 
Instance details

pattern VK_RASTERIZATION_ORDER_STRICT_AMD :: VkRasterizationOrderAMD Source #

VK_RASTERIZATION_ORDER_STRICT_AMD specifies that operations for each primitive in a subpass must occur in primitive order.

pattern VK_RASTERIZATION_ORDER_RELAXED_AMD :: VkRasterizationOrderAMD Source #

VK_RASTERIZATION_ORDER_RELAXED_AMD specifies that operations for each primitive in a subpass may not occur in primitive order.

data VkPipelineRasterizationStateRasterizationOrderAMD Source #

VkPipelineRasterizationStateRasterizationOrderAMD - Structure defining rasterization order for a graphics pipeline

Valid Usage (Implicit)

  • sType must be VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_RASTERIZATION_ORDER_AMD

If the {html_spec_relative}#VK_AMD_rasterization_order device extension is not enabled or the application does not request a particular rasterization order through specifying a VkPipelineRasterizationStateRasterizationOrderAMD structure then the rasterization order used by the graphics pipeline defaults to VK_RASTERIZATION_ORDER_STRICT_AMD.

See Also

VkRasterizationOrderAMD, VkStructureType

Constructors

VkPipelineRasterizationStateRasterizationOrderAMD 

Fields

Instances
Eq VkPipelineRasterizationStateRasterizationOrderAMD Source # 
Instance details
Show VkPipelineRasterizationStateRasterizationOrderAMD Source # 
Instance details
Storable VkPipelineRasterizationStateRasterizationOrderAMD Source # 
Instance details