Class EXTDebugUtils

java.lang.Object
org.lwjgl.openxr.EXTDebugUtils

public class EXTDebugUtils extends Object
The XR_EXT_debug_utils extension.

Due to the nature of the OpenXR interface, there is very little error information available to the developer and application. By using the XR_EXT_debug_utils extension, developers can obtain more information. When combined with validation layers, even more detailed feedback on the application’s use of OpenXR will be provided.

This extension provides the following capabilities:

  • The ability to create a debug messenger which will pass along debug messages to an application supplied callback.
  • The ability to identify specific OpenXR handles using a name to improve tracking.