Package org.lwjgl.openxr
Class XrSceneMSFT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrSceneMSFT
- All Implemented Interfaces:
Pointer
Wraps an
XrSceneMSFT
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
ConstructorsConstructorDescriptionXrSceneMSFT
(long handle, XrSceneObserverMSFT sceneObserverMSFT) Creates anXrSceneMSFT
using the specified native handle andXrSceneObserverMSFT
. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXRCapabilities
instance associated with this dispatchable handle.Returns theXrSceneObserverMSFT
from which this handle was created.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrSceneMSFT
Creates anXrSceneMSFT
using the specified native handle andXrSceneObserverMSFT
.- Parameters:
handle
- the nativeXrSceneMSFT
handlesceneObserverMSFT
- theXrSceneObserverMSFT
from whichhandle
was created
-
-
Method Details
-
getSceneObserverMSFT
Returns theXrSceneObserverMSFT
from which this handle was created. -
getCapabilities
Returns theXRCapabilities
instance associated with this dispatchable handle.
-