Class VkPerformanceCounterResultKHR.Buffer

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

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

    • Buffer

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

    • int32

      public int int32()
      Returns:
      the value of the int32 field.
    • int64

      public long int64()
      Returns:
      the value of the int64 field.
    • uint32

      public int uint32()
      Returns:
      the value of the uint32 field.
    • uint64

      public long uint64()
      Returns:
      the value of the uint64 field.
    • float32

      public float float32()
      Returns:
      the value of the float32 field.
    • float64

      public double float64()
      Returns:
      the value of the float64 field.
    • int32

      public VkPerformanceCounterResultKHR.Buffer int32(int value)
      Sets the specified value to the int32 field.
    • int64

      public VkPerformanceCounterResultKHR.Buffer int64(long value)
      Sets the specified value to the int64 field.
    • uint32

      public VkPerformanceCounterResultKHR.Buffer uint32(int value)
      Sets the specified value to the uint32 field.
    • uint64

      public VkPerformanceCounterResultKHR.Buffer uint64(long value)
      Sets the specified value to the uint64 field.
    • float32

      public VkPerformanceCounterResultKHR.Buffer float32(float value)
      Sets the specified value to the float32 field.
    • float64

      public VkPerformanceCounterResultKHR.Buffer float64(double value)
      Sets the specified value to the float64 field.