Class XrSpatialComponentPlaneAlignmentListEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentPlaneAlignmentListEXT extends Struct<XrSpatialComponentPlaneAlignmentListEXT> implements NativeResource

 struct XrSpatialComponentPlaneAlignmentListEXT {
     XrStructureType type;
     void * next;
     uint32_t planeAlignmentCount;
     XrSpatialPlaneAlignmentEXT * planeAlignments;
 }