Package org.lwjgl.vulkan
Class EXTImageSlicedViewOf3d
java.lang.Object
org.lwjgl.vulkan.EXTImageSlicedViewOf3d
This extension allows creating 3D views of 3D images such that the views contain a subset of the slices in the image, using a Z offset and range, for the purpose of using the views as storage image descriptors. This matches functionality in D3D12 and is primarily intended to support D3D12 emulation.
- Name String
VK_EXT_image_sliced_view_of_3d- Extension Type
- Device extension
- Registered Extension Number
- 419
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_maintenance1andVK_KHR_get_physical_device_properties2or Version 1.1- Special Use
- Contact
- Mike Blumenkrantz zmike
- Extension Proposal
- VK_EXT_image_sliced_view_of_3d
Other Extension Metadata
- Last Modified Date
- 2023-01-24
- IP Status
- No known IP claims.
- Contributors
- Mike Blumenkrantz, Valve
- Hans-Kristian Arntzen, Valve
- Ricardo Garcia, Igalia
- Shahbaz Youssefi, Google
- Piers Daniell, NVIDIA
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intVK_REMAINING_3D_SLICES_EXTstatic final intExtendsVkStructureType.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_IMAGE_SLICED_VIEW_OF_3D_SPEC_VERSION
public static final int VK_EXT_IMAGE_SLICED_VIEW_OF_3D_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_IMAGE_SLICED_VIEW_OF_3D_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_SLICED_VIEW_OF_3D_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_SLICED_VIEW_OF_3D_FEATURES_EXTExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_IMAGE_VIEW_SLICED_CREATE_INFO_EXT
public static final int VK_STRUCTURE_TYPE_IMAGE_VIEW_SLICED_CREATE_INFO_EXTExtendsVkStructureType.Enum values:
- See Also:
-
VK_REMAINING_3D_SLICES_EXT
public static final int VK_REMAINING_3D_SLICES_EXTVK_REMAINING_3D_SLICES_EXT- See Also:
-