Class XrSceneComponentsGetInfoMSFT

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

public class XrSceneComponentsGetInfoMSFT extends org.lwjgl.system.Struct<XrSceneComponentsGetInfoMSFT> implements org.lwjgl.system.NativeResource
The information to get the scene components.
Valid Usage (Implicit)
See Also

GetSceneComponentsMSFT

Layout


 struct XrSceneComponentsGetInfoMSFT {
     XrStructureType type();
     void const * next();
     XrSceneComponentTypeMSFT componentType();
 }