Class XrSystemFacialTrackingPropertiesHTC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemFacialTrackingPropertiesHTC extends Struct<XrSystemFacialTrackingPropertiesHTC> implements NativeResource

 struct XrSystemFacialTrackingPropertiesHTC {
     XrStructureType type;
     void * next;
     XrBool32 supportEyeFacialTracking;
     XrBool32 supportLipFacialTracking;
 }