Class XrSceneComponentLocationsMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSceneComponentLocationsMSFT extends Struct<XrSceneComponentLocationsMSFT> implements NativeResource

 struct XrSceneComponentLocationsMSFT {
     XrStructureType type;
     void * next;
     uint32_t locationCount;
     {@link XrSceneComponentLocationMSFT XrSceneComponentLocationMSFT} * locations;
 }