Class XrSystemProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemProperties extends Struct<XrSystemProperties> implements NativeResource

 struct XrSystemProperties {
     XrStructureType type;
     void * next;
     XrSystemId systemId;
     uint32_t vendorId;
     char systemName[XR_MAX_SYSTEM_NAME_SIZE];
     {@link XrSystemGraphicsProperties XrSystemGraphicsProperties} graphicsProperties;
     {@link XrSystemTrackingProperties XrSystemTrackingProperties} trackingProperties;
 }