Class XrSystemMarkerUnderstandingPropertiesML

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

public class XrSystemMarkerUnderstandingPropertiesML extends org.lwjgl.system.Struct<XrSystemMarkerUnderstandingPropertiesML> implements org.lwjgl.system.NativeResource
System Property for Marker Understanding support.
Valid Usage (Implicit)

Layout


 struct XrSystemMarkerUnderstandingPropertiesML {
     XrStructureType type();
     void * next();
     XrBool32 supportsMarkerUnderstanding();
 }