Class VkSubresourceLayout.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<VkSubresourceLayout>, NativeResource, Pointer
Enclosing class:
VkSubresourceLayout

public static class VkSubresourceLayout.Buffer extends StructBuffer<VkSubresourceLayout,VkSubresourceLayout.Buffer> implements NativeResource
An array of VkSubresourceLayout structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkSubresourceLayout.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by VkSubresourceLayout.SIZEOF, and its mark will be undefined.

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

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • offset

      public long offset()
      Returns:
      the value of the offset field.
    • size

      public long size()
      Returns:
      the value of the size field.
    • rowPitch

      public long rowPitch()
      Returns:
      the value of the rowPitch field.
    • arrayPitch

      public long arrayPitch()
      Returns:
      the value of the arrayPitch field.
    • depthPitch

      public long depthPitch()
      Returns:
      the value of the depthPitch field.
    • offset

      public VkSubresourceLayout.Buffer offset(long value)
      Sets the specified value to the offset field.
    • size

      public VkSubresourceLayout.Buffer size(long value)
      Sets the specified value to the size field.
    • rowPitch

      public VkSubresourceLayout.Buffer rowPitch(long value)
      Sets the specified value to the rowPitch field.
    • arrayPitch

      public VkSubresourceLayout.Buffer arrayPitch(long value)
      Sets the specified value to the arrayPitch field.
    • depthPitch

      public VkSubresourceLayout.Buffer depthPitch(long value)
      Sets the specified value to the depthPitch field.