Class XrFaceTrackingVisemesMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFaceTrackingVisemesMETA extends Struct<XrFaceTrackingVisemesMETA> implements NativeResource
struct XrFaceTrackingVisemesMETA {
    XrStructureType type;
    void const * next;
    XrBool32 isValid;
    float visemes[XR_FACE_TRACKING_VISEME_COUNT_META];
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • ISVALID

      public static final int ISVALID
      The struct member offsets.
    • VISEMES

      public static final int VISEMES
      The struct member offsets.
  • Constructor Details

    • XrFaceTrackingVisemesMETA

      public XrFaceTrackingVisemesMETA(ByteBuffer container)
      Creates a XrFaceTrackingVisemesMETA instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details