public final class AMDRasterizationOrder
extends java.lang.Object
This extension enables applications to opt into a relaxed, implementation defined primitive rasterization order that may allow better parallel processing of primitives and thus enabling higher primitive throughput. It is applicable in cases where the primitive rasterization order is known to not affect the output of the rendering or any differences caused by a different rasterization order are not a concern from the point of view of the application's purpose.
A few examples of cases when using the relaxed primitive rasterization order would not have an effect on the final rendering:
COMPARE_OP_LESS, COMPARE_OP_LESS_OR_EQUAL, COMPARE_OP_GREATER, or COMPARE_OP_GREATER_OR_EQUAL, and the primitives rendered are known to not overlap in clip space.None
VK_AMD_rasterization_order| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME
The extension name.
|
static int |
VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION
The extension specification version.
|
static int |
VK_RASTERIZATION_ORDER_RELAXED_AMD
VkRasterizationOrderAMD - Specify rasterization order for a graphics pipeline
|
static int |
VK_RASTERIZATION_ORDER_STRICT_AMD
VkRasterizationOrderAMD - Specify rasterization order for a graphics pipeline
|
static int |
VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_RASTERIZATION_ORDER_AMD
Extends
VkStructureType. |
public static final int VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION
public static final java.lang.String VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_RASTERIZATION_ORDER_AMD
VkStructureType.public static final int VK_RASTERIZATION_ORDER_STRICT_AMD
RASTERIZATION_ORDER_STRICT_AMD specifies that operations for each primitive in a subpass must occur in primitive order.RASTERIZATION_ORDER_RELAXED_AMD specifies that operations for each primitive in a subpass may not occur in primitive order.public static final int VK_RASTERIZATION_ORDER_RELAXED_AMD
RASTERIZATION_ORDER_STRICT_AMD specifies that operations for each primitive in a subpass must occur in primitive order.RASTERIZATION_ORDER_RELAXED_AMD specifies that operations for each primitive in a subpass may not occur in primitive order.Copyright LWJGL. All Rights Reserved. License terms.