Class XrPlaneDetectorLocationsEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPlaneDetectorLocationsEXT extends Struct<XrPlaneDetectorLocationsEXT> implements NativeResource

 struct XrPlaneDetectorLocationsEXT {
     XrStructureType type;
     void * next;
     uint32_t planeLocationCapacityInput;
     uint32_t planeLocationCountOutput;
     {@link XrPlaneDetectorLocationEXT XrPlaneDetectorLocationEXT} * planeLocations;
 }