Class XrSystemFacialExpressionPropertiesML

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrSystemFacialExpressionPropertiesML>
org.lwjgl.openxr.XrSystemFacialExpressionPropertiesML
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrSystemFacialExpressionPropertiesML extends org.lwjgl.system.Struct<XrSystemFacialExpressionPropertiesML> implements org.lwjgl.system.NativeResource
System property for facial expression parsing.
Description

An application can inspect whether the system is capable of parsing facial blend shapes by extending the XrSystemProperties with XrSystemFacialExpressionPropertiesML structure when calling GetSystemProperties.

If a runtime returns FALSE for supportsFacialExpression, the runtime must return ERROR_FEATURE_UNSUPPORTED from CreateFacialExpressionClientML.

Valid Usage (Implicit)
See Also

XrSystemProperties, GetSystemProperties

Layout


 struct XrSystemFacialExpressionPropertiesML {
     XrStructureType type();
     void * next();
     XrBool32 supportsFacialExpression();
 }