Class VmaAllocationCreateInfo.Buffer

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

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

    • Buffer

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

    • flags

      public int flags()
      Returns:
      the value of the flags field.
    • usage

      public int usage()
      Returns:
      the value of the usage field.
    • requiredFlags

      public int requiredFlags()
      Returns:
      the value of the requiredFlags field.
    • preferredFlags

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

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

      public long pool()
      Returns:
      the value of the pool field.
    • pUserData

      public long pUserData()
      Returns:
      the value of the pUserData field.
    • priority

      public float priority()
      Returns:
      the value of the priority field.
    • flags

      public VmaAllocationCreateInfo.Buffer flags(int value)
      Sets the specified value to the flags field.
    • usage

      public VmaAllocationCreateInfo.Buffer usage(int value)
      Sets the specified value to the usage field.
    • requiredFlags

      public VmaAllocationCreateInfo.Buffer requiredFlags(int value)
      Sets the specified value to the requiredFlags field.
    • preferredFlags

      public VmaAllocationCreateInfo.Buffer preferredFlags(int value)
      Sets the specified value to the preferredFlags field.
    • memoryTypeBits

      public VmaAllocationCreateInfo.Buffer memoryTypeBits(int value)
      Sets the specified value to the memoryTypeBits field.
    • pool

      public VmaAllocationCreateInfo.Buffer pool(long value)
      Sets the specified value to the pool field.
    • pUserData

      public VmaAllocationCreateInfo.Buffer pUserData(long value)
      Sets the specified value to the pUserData field.
    • priority

      public VmaAllocationCreateInfo.Buffer priority(float value)
      Sets the specified value to the priority field.