Class XrSystemMarkerTrackingPropertiesANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemMarkerTrackingPropertiesANDROID extends Struct<XrSystemMarkerTrackingPropertiesANDROID> implements NativeResource

 struct XrSystemMarkerTrackingPropertiesANDROID {
     XrStructureType type;
     void * next;
     XrBool32 supportsMarkerTracking;
     XrBool32 supportsMarkerSizeEstimation;
     uint16_t maxMarkerCount;
 }