Class XrSpatialComponentBounded3DListEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentBounded3DListEXT extends Struct<XrSpatialComponentBounded3DListEXT> implements NativeResource

 struct XrSpatialComponentBounded3DListEXT {
     XrStructureType type;
     void * next;
     uint32_t boundCount;
     XrBoxf * bounds;
 }