Package org.lwjgl.openxr
Class XrFaceTracker2FB
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrFaceTracker2FB
- All Implemented Interfaces:
Pointer
Wraps an
XrFaceTracker2FB
handle.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionXrFaceTracker2FB
(long handle, XrSession session) Creates anXrFaceTracker2FB
using the specified native handle andXrSession
. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXRCapabilities
instance associated with this dispatchable handle.Returns theXrSession
from which this handle was created.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrFaceTracker2FB
Creates anXrFaceTracker2FB
using the specified native handle andXrSession
.- Parameters:
handle
- the nativeXrFaceTracker2FB
handlesession
- theXrSession
from whichhandle
was created
-
-
Method Details
-
getSession
Returns theXrSession
from which this handle was created. -
getCapabilities
Returns theXRCapabilities
instance associated with this dispatchable handle.
-