Class XrSystemColocationDiscoveryPropertiesMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemColocationDiscoveryPropertiesMETA extends Struct<XrSystemColocationDiscoveryPropertiesMETA> implements NativeResource

 struct XrSystemColocationDiscoveryPropertiesMETA {
     XrStructureType type;
     void * next;
     XrBool32 supportsColocationDiscovery;
 }