Class XrSpatialComponentPersistenceListEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentPersistenceListEXT extends Struct<XrSpatialComponentPersistenceListEXT> implements NativeResource

 struct XrSpatialComponentPersistenceListEXT {
     XrStructureType type;
     void * next;
     uint32_t persistDataCount;
     XrSpatialPersistenceDataEXT * persistData;
 }