Class VkSubresourceLayout

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSubresourceLayout extends Struct<VkSubresourceLayout> implements NativeResource

 struct VkSubresourceLayout {
     VkDeviceSize offset;
     VkDeviceSize size;
     VkDeviceSize rowPitch;
     VkDeviceSize arrayPitch;
     VkDeviceSize depthPitch;
 }
  • Field Details

    • SIZEOF

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

      public static final int ALIGNOF
      The struct alignment in bytes.
    • OFFSET

      public static final int OFFSET
      The struct member offsets.
    • SIZE

      public static final int SIZE
      The struct member offsets.
    • ROWPITCH

      public static final int ROWPITCH
      The struct member offsets.
    • ARRAYPITCH

      public static final int ARRAYPITCH
      The struct member offsets.
    • DEPTHPITCH

      public static final int DEPTHPITCH
      The struct member offsets.
  • Constructor Details

    • VkSubresourceLayout

      public VkSubresourceLayout(ByteBuffer container)
      Creates a VkSubresourceLayout 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