Class VkDrawIndexedIndirectCommand.Buffer

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

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

    • Buffer

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

    • indexCount

      public int indexCount()
      Returns:
      the value of the indexCount field.
    • instanceCount

      public int instanceCount()
      Returns:
      the value of the instanceCount field.
    • firstIndex

      public int firstIndex()
      Returns:
      the value of the firstIndex field.
    • vertexOffset

      public int vertexOffset()
      Returns:
      the value of the vertexOffset field.
    • firstInstance

      public int firstInstance()
      Returns:
      the value of the firstInstance field.
    • indexCount

      public VkDrawIndexedIndirectCommand.Buffer indexCount(int value)
      Sets the specified value to the indexCount field.
    • instanceCount

      public VkDrawIndexedIndirectCommand.Buffer instanceCount(int value)
      Sets the specified value to the instanceCount field.
    • firstIndex

      public VkDrawIndexedIndirectCommand.Buffer firstIndex(int value)
      Sets the specified value to the firstIndex field.
    • vertexOffset

      public VkDrawIndexedIndirectCommand.Buffer vertexOffset(int value)
      Sets the specified value to the vertexOffset field.
    • firstInstance

      public VkDrawIndexedIndirectCommand.Buffer firstInstance(int value)
      Sets the specified value to the firstInstance field.