Class VkDrawIndirectCommand.Buffer

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

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

    • Buffer

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

    • vertexCount

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

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

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

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

      public VkDrawIndirectCommand.Buffer vertexCount(int value)
      Sets the specified value to the vertexCount field.
    • instanceCount

      public VkDrawIndirectCommand.Buffer instanceCount(int value)
      Sets the specified value to the instanceCount field.
    • firstVertex

      public VkDrawIndirectCommand.Buffer firstVertex(int value)
      Sets the specified value to the firstVertex field.
    • firstInstance

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