Class XrSystemMarkerUnderstandingPropertiesML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemMarkerUnderstandingPropertiesML extends Struct<XrSystemMarkerUnderstandingPropertiesML> implements NativeResource

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