Class XrSystemColocationDiscoveryPropertiesMETA

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrSystemColocationDiscoveryPropertiesMETA>
org.lwjgl.openxr.XrSystemColocationDiscoveryPropertiesMETA
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrSystemColocationDiscoveryPropertiesMETA extends org.lwjgl.system.Struct<XrSystemColocationDiscoveryPropertiesMETA> implements org.lwjgl.system.NativeResource
Colocation discovery system properties.
Description

An application can inspect whether the system is capable of colocation advertisement and discovery by extending the XrSystemProperties with XrSystemColocationDiscoveryPropertiesMETA structure when calling GetSystemProperties.

If a runtime returns FALSE for supportsColocationDiscovery, the runtime must return ERROR_FEATURE_UNSUPPORTED for all functions in the XR_META_colocation_discovery extension.

Colocation advertisement controls whether a device is discoverable using colocation discovery, so the term "colocation discovery" on its own is used here to refer to the combined capability of colocation advertisement and colocation discovery.

Valid Usage (Implicit)

Layout


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