Class VkGeometryAABBNV.Buffer

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

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

    • Buffer

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

    • sType

      public int sType()
      Returns:
      the value of the sType field.
    • pNext

      public long pNext()
      Returns:
      the value of the pNext field.
    • aabbData

      public long aabbData()
      Returns:
      the value of the aabbData field.
    • numAABBs

      public int numAABBs()
      Returns:
      the value of the numAABBs field.
    • stride

      public int stride()
      Returns:
      the value of the stride field.
    • offset

      public long offset()
      Returns:
      the value of the offset field.
    • sType

      public VkGeometryAABBNV.Buffer sType(int value)
      Sets the specified value to the sType field.
    • sType$Default

      public VkGeometryAABBNV.Buffer sType$Default()
      Sets the STRUCTURE_TYPE_GEOMETRY_AABB_NV value to the sType field.
    • pNext

      public VkGeometryAABBNV.Buffer pNext(long value)
      Sets the specified value to the pNext field.
    • aabbData

      public VkGeometryAABBNV.Buffer aabbData(long value)
      Sets the specified value to the aabbData field.
    • numAABBs

      public VkGeometryAABBNV.Buffer numAABBs(int value)
      Sets the specified value to the numAABBs field.
    • stride

      public VkGeometryAABBNV.Buffer stride(int value)
      Sets the specified value to the stride field.
    • offset

      public VkGeometryAABBNV.Buffer offset(long value)
      Sets the specified value to the offset field.