Class VkPerformanceCounterKHR.Buffer

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

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

    • Buffer

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

      public int unit()
      Returns:
      the value of the unit field.
    • scope

      public int scope()
      Returns:
      the value of the scope field.
    • storage

      public int storage()
      Returns:
      the value of the storage field.
    • uuid

      public ByteBuffer uuid()
      Returns:
      a ByteBuffer view of the uuid field.
    • uuid

      public byte uuid(int index)
      Returns:
      the value at the specified index of the uuid field.
    • sType

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

      public VkPerformanceCounterKHR.Buffer sType$Default()
      Sets the STRUCTURE_TYPE_PERFORMANCE_COUNTER_KHR value to the sType field.
    • pNext

      public VkPerformanceCounterKHR.Buffer pNext(long value)
      Sets the specified value to the pNext field.