Class VkMemoryRequirements.Buffer

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

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkMemoryRequirements.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 VkMemoryRequirements.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

    • size

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

      public long alignment()
      Returns:
      the value of the alignment field.
    • memoryTypeBits

      public int memoryTypeBits()
      Returns:
      the value of the memoryTypeBits field.
    • size

      public VkMemoryRequirements.Buffer size(long value)
      Sets the specified value to the size field.
    • alignment

      public VkMemoryRequirements.Buffer alignment(long value)
      Sets the specified value to the alignment field.
    • memoryTypeBits

      public VkMemoryRequirements.Buffer memoryTypeBits(int value)
      Sets the specified value to the memoryTypeBits field.