Package org.lwjgl.openxr
Class XrDebugUtilsMessengerEXT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrDebugUtilsMessengerEXT
- All Implemented Interfaces:
org.lwjgl.system.Pointer
public class XrDebugUtilsMessengerEXT
extends org.lwjgl.system.Pointer.Default
Wraps an
XrDebugUtilsMessengerEXT handle.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionXrDebugUtilsMessengerEXT(long handle, org.lwjgl.openxr.XrInstance instance) Creates anXrDebugUtilsMessengerEXTusing the specified native handle andXrInstance. -
Method Summary
Modifier and TypeMethodDescriptionorg.lwjgl.openxr.XrInstanceReturns theXrInstancefrom which this handle was created.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrDebugUtilsMessengerEXT
public XrDebugUtilsMessengerEXT(long handle, org.lwjgl.openxr.XrInstance instance) Creates anXrDebugUtilsMessengerEXTusing the specified native handle andXrInstance.- Parameters:
handle- the nativeXrDebugUtilsMessengerEXThandleinstance- theXrInstancefrom whichhandlewas created
-
-
Method Details
-
getInstance
public org.lwjgl.openxr.XrInstance getInstance()Returns theXrInstancefrom which this handle was created. -
getCapabilities
-