Class VkPipelineRasterizationStateRasterizationOrderAMD

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPipelineRasterizationStateRasterizationOrderAMD>
org.lwjgl.vulkan.VkPipelineRasterizationStateRasterizationOrderAMD
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPipelineRasterizationStateRasterizationOrderAMD extends org.lwjgl.system.Struct<VkPipelineRasterizationStateRasterizationOrderAMD> implements org.lwjgl.system.NativeResource
Structure defining rasterization order for a graphics pipeline.
Valid Usage (Implicit)

If the 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 RASTERIZATION_ORDER_STRICT_AMD.

Layout


 struct VkPipelineRasterizationStateRasterizationOrderAMD {
     VkStructureType sType();
     void const * pNext();
     VkRasterizationOrderAMD rasterizationOrder();
 }