Class XrSpatialComponentSubsumedByListANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentSubsumedByListANDROID extends Struct<XrSpatialComponentSubsumedByListANDROID> implements NativeResource
struct XrSpatialComponentSubsumedByListANDROID {
    XrStructureType type;
    void * next;
    uint32_t subsumedUniqueIdCount;
    XrSpatialEntityIdEXT * subsumedUniqueIds;
}