Class XrSystemFaceTrackingProperties2FB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemFaceTrackingProperties2FB extends Struct<XrSystemFaceTrackingProperties2FB> implements NativeResource

 struct XrSystemFaceTrackingProperties2FB {
     XrStructureType type;
     void * next;
     XrBool32 supportsVisualFaceTracking;
     XrBool32 supportsAudioFaceTracking;
 }