Class XrSystemProperties

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

public class XrSystemProperties extends org.lwjgl.system.Struct<XrSystemProperties> implements org.lwjgl.system.NativeResource
Properties of a particular system.
Valid Usage (Implicit)
See Also

XrSystemGraphicsProperties, XrSystemTrackingProperties, GetSystem, GetSystemProperties

Layout


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