Class XrSpaceGroupUuidFilterInfoMETA

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

public class XrSpaceGroupUuidFilterInfoMETA extends org.lwjgl.system.Struct<XrSpaceGroupUuidFilterInfoMETA> implements org.lwjgl.system.NativeResource
Filters for entities with specific unique identifiers.
Description

This structure is a space query filter for use with query functions introduced in the XR_FB_spatial_entity_query extension.

To query spaces shared with a group, the application can include the XrSpaceGroupUuidFilterInfoMETA filter in the query filters when calling QuerySpacesFB.

If XrSpaceGroupUuidFilterInfoMETA is passed into QuerySpacesFB and the group UUID is not found by the runtime, the runtime must return an ERROR_SPACE_GROUP_NOT_FOUND_META as the XrEventDataSpaceQueryCompleteFB::result.

Valid Usage (Implicit)
See Also

XrSpaceFilterInfoBaseHeaderFB, XrSpaceQueryInfoFB, XrUuid

Layout


 struct XrSpaceGroupUuidFilterInfoMETA {
     XrStructureType type();
     void const * next();
     XrUuid groupUuid();
 }