Class EXTImage2dViewOf3d

java.lang.Object
org.lwjgl.vulkan.EXTImage2dViewOf3d

public final class EXTImage2dViewOf3d extends Object
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_maintenance1 and VK_KHR_get_physical_device_properties2 or 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 Details

    • VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSION

      public static final int VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_EXT_IMAGE_2D_VIEW_OF_3D_EXTENSION_NAME

      public static final String 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_EXT
      Extends VkStructureType.
      See Also:
    • VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT

      public static final int VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT
      Extends VkImageCreateFlagBits.
      See Also: