public final class KHRSeparateDepthStencilLayouts
extends java.lang.Object
IMAGE_ASPECT_DEPTH_BIT or IMAGE_ASPECT_STENCIL_BIT aspect bits set, rather than require both. This allows their layouts to be set independently. To support depth/stencil images with different layouts for the depth and stencil aspects, the depth/stencil attachment interface has been updated to support a separate layout for stencil.
VK_KHR_separate_depth_stencil_layoutsVK_KHR_get_physical_device_properties2VK_KHR_create_renderpass2| Modifier and Type | Field and Description |
|---|---|
static int |
VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL_KHR
Extends
VkImageLayout. |
static int |
VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR
Extends
VkImageLayout. |
static int |
VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR
Extends
VkImageLayout. |
static int |
VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR
Extends
VkImageLayout. |
static java.lang.String |
VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME
The extension name.
|
static int |
VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION
The extension specification version.
|
static int |
VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR
Extends
VkStructureType. |
static int |
VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR
Extends
VkStructureType. |
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR
Extends
VkStructureType. |
public static final int VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION
public static final java.lang.String VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR
VkStructureType.
public static final int VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR
VkStructureType.
public static final int VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR
VkStructureType.
public static final int VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL_KHR
VkImageLayout.
public static final int VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR
VkImageLayout.
public static final int VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR
VkImageLayout.
public static final int VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR
VkImageLayout.
Copyright LWJGL. All Rights Reserved. License terms.