Class XrSystemFacialSimulationPropertiesBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemFacialSimulationPropertiesBD extends Struct<XrSystemFacialSimulationPropertiesBD> implements NativeResource

 struct XrSystemFacialSimulationPropertiesBD {
     XrStructureType type;
     void * next;
     XrBool32 supportsFaceTracking;
 }