Class XrSemanticLabelsSupportInfoFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSemanticLabelsSupportInfoFB extends Struct<XrSemanticLabelsSupportInfoFB> implements NativeResource

 struct XrSemanticLabelsSupportInfoFB {
     XrStructureType type;
     void const * next;
     XrSemanticLabelsSupportFlagsFB flags;
     char const * recognizedLabels;
 }