Class VkPipelineRasterizationStateRasterizationOrderAMD

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class VkPipelineRasterizationStateRasterizationOrderAMD
    extends Struct
    When the VK_AMD_rasterization_order device extension is enabled the application can also chain a VkPipelineRasterizationStateRasterizationOrderAMD structure to the VkPipelineRasterizationStateCreateInfo structure through its pNext member. This structure enables selecting the rasterization order to use when rendering with the corresponding graphics pipeline.

    Member documentation

    Layout

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