Package org.lwjgl.openxr
Class XrPassthroughColorLutMETA
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrPassthroughColorLutMETA
- All Implemented Interfaces:
Pointer
Wraps an
XrPassthroughColorLutMETA 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
ConstructorsConstructorDescriptionXrPassthroughColorLutMETA(long handle, XrPassthroughFB passthroughFB) Creates anXrPassthroughColorLutMETAusing the specified native handle andXrPassthroughFB. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXRCapabilitiesinstance associated with this dispatchable handle.Returns theXrPassthroughFBfrom which this handle was created.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrPassthroughColorLutMETA
Creates anXrPassthroughColorLutMETAusing the specified native handle andXrPassthroughFB.- Parameters:
handle- the nativeXrPassthroughColorLutMETAhandlepassthroughFB- theXrPassthroughFBfrom whichhandlewas created
-
-
Method Details
-
getPassthroughFB
Returns theXrPassthroughFBfrom which this handle was created. -
getCapabilities
Returns theXRCapabilitiesinstance associated with this dispatchable handle.
-