Package org.lwjgl.openxr
Class XrInstance
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrInstance
- All Implemented Interfaces:
Pointer
Wraps an
XrInstance
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
ConstructorsConstructorDescriptionXrInstance
(long handle, XrInstanceCreateInfo ci) Creates anXrInstance
instance for the specified native handle. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXRCapabilities
instance associated with this dispatchable handle.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrInstance
Creates anXrInstance
instance for the specified native handle.- Parameters:
handle
- the nativeXrInstance
handleci
- theXrInstanceCreateInfo
structured used to create the handle.
-
-
Method Details
-
getCapabilities
Returns theXRCapabilities
instance associated with this dispatchable handle.
-