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];
    XrSystemGraphicsProperties graphicsProperties;
    XrSystemTrackingProperties trackingProperties;
}