Package org.lwjgl.vulkan
Class EXTImage2dViewOf3d
java.lang.Object
org.lwjgl.vulkan.EXTImage2dViewOf3d
This extension allows a single slice of a 3D image to be used as a 2D view in image descriptors, matching both the functionality of glBindImageTexture in OpenGL with the
layer parameter set to true and 2D view binding provided by the extension EGL_KHR_gl_texture_3D_image. It is primarily intended to support GL emulation.
- Name String
VK_EXT_image_2d_view_of_3d- Extension Type
- Device extension
- Registered Extension Number
- 394
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_maintenance1andVK_KHR_get_physical_device_properties2or Version 1.1- Special Use
- Contact
- Mike Blumenkrantz zmike
Other Extension Metadata
- Last Modified Date
- 2022-02-22
- IP Status
- No known IP claims.
- Contributors
- Mike Blumenkrantz, Valve
- Piers Daniell, NVIDIA
- Spencer Fricke, Samsung
- Ricardo Garcia, Igalia
- Graeme Leese, Broadcom
- Ralph Potter, Samsung
- Stu Smith, AMD
- Shahbaz Youssefi, Google
- Alex Walters, Imagination
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkImageCreateFlagBits.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSION
public static final int VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_IMAGE_2D_VIEW_OF_3D_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_2D_VIEW_OF_3D_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_2D_VIEW_OF_3D_FEATURES_EXTExtendsVkStructureType.- See Also:
-
VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT
public static final int VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXTExtendsVkImageCreateFlagBits.- See Also:
-