Class XrPerformanceMetricsStateMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPerformanceMetricsStateMETA extends Struct<XrPerformanceMetricsStateMETA> implements NativeResource

 struct XrPerformanceMetricsStateMETA {
     XrStructureType type;
     void const * next;
     XrBool32 enabled;
 }