Class VkPerformanceCounterResultKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceCounterResultKHR extends Struct<VkPerformanceCounterResultKHR> implements NativeResource

 union VkPerformanceCounterResultKHR {
     int32_t int32;
     int64_t int64;
     uint32_t uint32;
     uint64_t uint64;
     float float32;
     double float64;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • INT32

      public static final int INT32
      The struct member offsets.
    • INT64

      public static final int INT64
      The struct member offsets.
    • UINT32

      public static final int UINT32
      The struct member offsets.
    • UINT64

      public static final int UINT64
      The struct member offsets.
    • FLOAT32

      public static final int FLOAT32
      The struct member offsets.
    • FLOAT64

      public static final int FLOAT64
      The struct member offsets.
  • Constructor Details

    • VkPerformanceCounterResultKHR

      public VkPerformanceCounterResultKHR(ByteBuffer container)
      Creates a VkPerformanceCounterResultKHR instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details