public final class KHRDepthStencilResolve
extends java.lang.Object
VK_KHR_depth_stencil_resolveVK_KHR_create_renderpass2| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_KHR_DEPTH_STENCIL_RESOLVE_EXTENSION_NAME
The extension name.
|
static int |
VK_KHR_DEPTH_STENCIL_RESOLVE_SPEC_VERSION
The extension specification version.
|
static int |
VK_RESOLVE_MODE_AVERAGE_BIT_KHR
VkResolveModeFlagBitsKHR - Bitmask indicating supported depth and stencil resolve modes
|
static int |
VK_RESOLVE_MODE_MAX_BIT_KHR
VkResolveModeFlagBitsKHR - Bitmask indicating supported depth and stencil resolve modes
|
static int |
VK_RESOLVE_MODE_MIN_BIT_KHR
VkResolveModeFlagBitsKHR - Bitmask indicating supported depth and stencil resolve modes
|
static int |
VK_RESOLVE_MODE_NONE_KHR
VkResolveModeFlagBitsKHR - Bitmask indicating supported depth and stencil resolve modes
|
static int |
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR
VkResolveModeFlagBitsKHR - Bitmask indicating supported depth and stencil resolve modes
|
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR
Extends
VkStructureType. |
static int |
VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE_KHR
Extends
VkStructureType. |
public static final int VK_KHR_DEPTH_STENCIL_RESOLVE_SPEC_VERSION
public static final java.lang.String VK_KHR_DEPTH_STENCIL_RESOLVE_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR
VkStructureType.
public static final int VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE_KHR
VkStructureType.
public static final int VK_RESOLVE_MODE_NONE_KHR
RESOLVE_MODE_NONE_KHR indicates that no resolve operation is done.RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR indicates that result of the resolve operation is equal to the value of sample 0.RESOLVE_MODE_AVERAGE_BIT_KHR indicates that result of the resolve operation is the average of the sample values.RESOLVE_MODE_MIN_BIT_KHR indicates that result of the resolve operation is the minimum of the sample values.RESOLVE_MODE_MAX_BIT_KHR indicates that result of the resolve operation is the maximum of the sample values.VkResolveModeFlagsKHR, VkSubpassDescriptionDepthStencilResolveKHR
public static final int VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR
RESOLVE_MODE_NONE_KHR indicates that no resolve operation is done.RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR indicates that result of the resolve operation is equal to the value of sample 0.RESOLVE_MODE_AVERAGE_BIT_KHR indicates that result of the resolve operation is the average of the sample values.RESOLVE_MODE_MIN_BIT_KHR indicates that result of the resolve operation is the minimum of the sample values.RESOLVE_MODE_MAX_BIT_KHR indicates that result of the resolve operation is the maximum of the sample values.VkResolveModeFlagsKHR, VkSubpassDescriptionDepthStencilResolveKHR
public static final int VK_RESOLVE_MODE_AVERAGE_BIT_KHR
RESOLVE_MODE_NONE_KHR indicates that no resolve operation is done.RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR indicates that result of the resolve operation is equal to the value of sample 0.RESOLVE_MODE_AVERAGE_BIT_KHR indicates that result of the resolve operation is the average of the sample values.RESOLVE_MODE_MIN_BIT_KHR indicates that result of the resolve operation is the minimum of the sample values.RESOLVE_MODE_MAX_BIT_KHR indicates that result of the resolve operation is the maximum of the sample values.VkResolveModeFlagsKHR, VkSubpassDescriptionDepthStencilResolveKHR
public static final int VK_RESOLVE_MODE_MIN_BIT_KHR
RESOLVE_MODE_NONE_KHR indicates that no resolve operation is done.RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR indicates that result of the resolve operation is equal to the value of sample 0.RESOLVE_MODE_AVERAGE_BIT_KHR indicates that result of the resolve operation is the average of the sample values.RESOLVE_MODE_MIN_BIT_KHR indicates that result of the resolve operation is the minimum of the sample values.RESOLVE_MODE_MAX_BIT_KHR indicates that result of the resolve operation is the maximum of the sample values.VkResolveModeFlagsKHR, VkSubpassDescriptionDepthStencilResolveKHR
public static final int VK_RESOLVE_MODE_MAX_BIT_KHR
RESOLVE_MODE_NONE_KHR indicates that no resolve operation is done.RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR indicates that result of the resolve operation is equal to the value of sample 0.RESOLVE_MODE_AVERAGE_BIT_KHR indicates that result of the resolve operation is the average of the sample values.RESOLVE_MODE_MIN_BIT_KHR indicates that result of the resolve operation is the minimum of the sample values.RESOLVE_MODE_MAX_BIT_KHR indicates that result of the resolve operation is the maximum of the sample values.VkResolveModeFlagsKHR, VkSubpassDescriptionDepthStencilResolveKHR
Copyright LWJGL. All Rights Reserved. License terms.