Class XrSpatialDiscoverySnapshotCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialDiscoverySnapshotCreateInfoEXT extends Struct<XrSpatialDiscoverySnapshotCreateInfoEXT> implements NativeResource
struct XrSpatialDiscoverySnapshotCreateInfoEXT {
    XrStructureType type;
    void const * next;
    uint32_t componentTypeCount;
    XrSpatialComponentTypeEXT const * componentTypes;
}