Class XrSpatialComponentMarkerListEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentMarkerListEXT extends Struct<XrSpatialComponentMarkerListEXT> implements NativeResource

 struct XrSpatialComponentMarkerListEXT {
     XrStructureType type;
     void * next;
     uint32_t markerCount;
     XrSpatialMarkerDataEXT * markers;
 }