Class XrPerformanceMetricsCounterMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPerformanceMetricsCounterMETA extends Struct<XrPerformanceMetricsCounterMETA> implements NativeResource

 struct XrPerformanceMetricsCounterMETA {
     XrStructureType type;
     void const * next;
     XrPerformanceMetricsCounterFlagsMETA counterFlags;
     XrPerformanceMetricsCounterUnitMETA counterUnit;
     uint32_t uintValue;
     float floatValue;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • COUNTERFLAGS

      public static final int COUNTERFLAGS
      The struct member offsets.
    • COUNTERUNIT

      public static final int COUNTERUNIT
      The struct member offsets.
    • UINTVALUE

      public static final int UINTVALUE
      The struct member offsets.
    • FLOATVALUE

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

    • XrPerformanceMetricsCounterMETA

      public XrPerformanceMetricsCounterMETA(ByteBuffer container)
      Creates a XrPerformanceMetricsCounterMETA 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