Class XrSpatialComponentBounded2DListEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentBounded2DListEXT extends Struct<XrSpatialComponentBounded2DListEXT> implements NativeResource
struct XrSpatialComponentBounded2DListEXT {
    XrStructureType type;
    void * next;
    uint32_t boundCount;
    XrSpatialBounded2DDataEXT * bounds;
}