Class XrDebugUtilsMessengerEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrDebugUtilsMessengerEXT
All Implemented Interfaces:
Pointer

public class XrDebugUtilsMessengerEXT extends Pointer.Default
Wraps an XrDebugUtilsMessengerEXT handle.
  • Constructor Details

    • XrDebugUtilsMessengerEXT

      public XrDebugUtilsMessengerEXT(long handle, XrInstance instance)
      Creates an XrDebugUtilsMessengerEXT using the specified native handle and XrInstance.
      Parameters:
      handle - the native XrDebugUtilsMessengerEXT handle
      instance - the XrInstance from which handle was created
  • Method Details

    • getInstance

      public XrInstance getInstance()
      Returns the XrInstance from which this handle was created.
    • getCapabilities

      public XRCapabilities getCapabilities()
      Returns the XRCapabilities instance associated with this dispatchable handle.