Class XrSystemDeviceAnchorPersistencePropertiesANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemDeviceAnchorPersistencePropertiesANDROID extends Struct<XrSystemDeviceAnchorPersistencePropertiesANDROID> implements NativeResource

 struct XrSystemDeviceAnchorPersistencePropertiesANDROID {
     XrStructureType type;
     void * next;
     XrBool32 supportsAnchorPersistence;
 }