Class XrSceneComponentParentFilterInfoMSFT

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

public class XrSceneComponentParentFilterInfoMSFT extends org.lwjgl.system.Struct<XrSceneComponentParentFilterInfoMSFT> implements org.lwjgl.system.NativeResource
Scene component parent filter.
Description

The runtime must return only scene components with matching parentId. If parentId is zero then the runtime must return only scene components that do not have a parent.

Valid Usage (Implicit)
See Also

XrSceneComponentsGetInfoMSFT, XrUuidMSFT

Layout


 struct XrSceneComponentParentFilterInfoMSFT {
     XrStructureType type();
     void const * next();
     XrUuidMSFT parentId();
 }