Class VkImageSubresource2

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkImageSubresource2EXT, VkImageSubresource2KHR

public class VkImageSubresource2 extends Struct<VkImageSubresource2> implements NativeResource

 struct VkImageSubresource2 {
     VkStructureType sType;
     void * pNext;
     {@link VkImageSubresource VkImageSubresource} imageSubresource;
 }
  • Field Details Link icon

    • SIZEOF Link icon

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF Link icon

      public static final int ALIGNOF
      The struct alignment in bytes.
    • STYPE Link icon

      public static final int STYPE
      The struct member offsets.
    • PNEXT Link icon

      public static final int PNEXT
      The struct member offsets.
    • IMAGESUBRESOURCE Link icon

      public static final int IMAGESUBRESOURCE
      The struct member offsets.
  • Constructor Details Link icon

    • VkImageSubresource2 Link icon

      public VkImageSubresource2(ByteBuffer container)
      Creates a VkImageSubresource2 instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details Link icon