Class XrPerformanceMetricsCounterMETA

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrPerformanceMetricsCounterMETA>
org.lwjgl.openxr.XrPerformanceMetricsCounterMETA
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrPerformanceMetricsCounterMETA extends org.lwjgl.system.Struct<XrPerformanceMetricsCounterMETA> implements org.lwjgl.system.NativeResource
Performance metrics counter value.
Description

XrPerformanceMetricsCounterMETA is populated by calling QueryPerformanceMetricsCounterMETA to query real-time performance metrics counter information.

Valid Usage (Implicit)
See Also

QueryPerformanceMetricsCounterMETA

Layout


 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