Class XrFacialExpressionBlendShapeGetInfoML

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

public class XrFacialExpressionBlendShapeGetInfoML extends org.lwjgl.system.Struct<XrFacialExpressionBlendShapeGetInfoML> implements org.lwjgl.system.NativeResource
Describes the information to obtain facial expression.
Description

The XrFacialExpressionBlendShapeGetInfoML structure specifies properties about blend shapes desired by an application. It must be passed into GetFacialExpressionBlendShapePropertiesML and is currently empty for future extensibility.

Valid Usage (Implicit)
See Also

GetFacialExpressionBlendShapePropertiesML

Layout


 struct XrFacialExpressionBlendShapeGetInfoML {
     XrStructureType type();
     void const * next();
 }