Class BGFXAttachment.Buffer

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

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

    • Buffer

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

    • access

      public int access()
      Returns:
      the value of the access field.
    • handle

      public short handle()
      Returns:
      the value of the handle field.
    • mip

      public short mip()
      Returns:
      the value of the mip field.
    • layer

      public short layer()
      Returns:
      the value of the layer field.
    • numLayers

      public short numLayers()
      Returns:
      the value of the numLayers field.
    • resolve

      public byte resolve()
      Returns:
      the value of the resolve field.
    • access

      public BGFXAttachment.Buffer access(int value)
      Sets the specified value to the access field.
    • handle

      public BGFXAttachment.Buffer handle(short value)
      Sets the specified value to the handle field.
    • mip

      public BGFXAttachment.Buffer mip(short value)
      Sets the specified value to the mip field.
    • layer

      public BGFXAttachment.Buffer layer(short value)
      Sets the specified value to the layer field.
    • numLayers

      public BGFXAttachment.Buffer numLayers(short value)
      Sets the specified value to the numLayers field.
    • resolve

      public BGFXAttachment.Buffer resolve(byte value)
      Sets the specified value to the resolve field.