Class XrSceneComponentsGetInfoMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSceneComponentsGetInfoMSFT extends Struct<XrSceneComponentsGetInfoMSFT> implements NativeResource

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