Package org.lwjgl.openxr
Class XrSpatialSnapshotEXT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrSpatialSnapshotEXT
- All Implemented Interfaces:
Pointer
Wraps an
XrSpatialSnapshotEXT 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
ConstructorsConstructorDescriptionXrSpatialSnapshotEXT(long handle, XrSpatialContextEXT spatialContextEXT) Creates anXrSpatialSnapshotEXTusing the specified native handle andXrSpatialContextEXT. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXRCapabilitiesinstance associated with this dispatchable handle.Returns theXrSpatialContextEXTfrom which this handle was created.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrSpatialSnapshotEXT
Creates anXrSpatialSnapshotEXTusing the specified native handle andXrSpatialContextEXT.- Parameters:
handle- the nativeXrSpatialSnapshotEXThandlespatialContextEXT- theXrSpatialContextEXTfrom whichhandlewas created
-
-
Method Details
-
getSpatialContextEXT
Returns theXrSpatialContextEXTfrom which this handle was created. -
getCapabilities
Returns theXRCapabilitiesinstance associated with this dispatchable handle.
-