Class XrSceneComponentLocationsMSFT

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

public class XrSceneComponentLocationsMSFT extends org.lwjgl.system.Struct<XrSceneComponentLocationsMSFT> implements org.lwjgl.system.NativeResource
Returns the scene component locations.
Valid Usage (Implicit)
See Also

XrSceneComponentLocationMSFT, LocateSceneComponentsMSFT

Layout


 struct XrSceneComponentLocationsMSFT {
     XrStructureType type();
     void * next();
     uint32_t locationCount();
     XrSceneComponentLocationMSFT * locations();
 }