Class VkDebugReportCallbackEXT

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.vulkan.VkDebugReportCallbackEXT
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, VkDebugReportCallbackEXTI

public abstract class VkDebugReportCallbackEXT extends Callback implements VkDebugReportCallbackEXTI
Callback function: PFN_vkDebugReportCallbackEXT
  • Method Details

    • create

      public static VkDebugReportCallbackEXT create(long functionPointer)
      Creates a VkDebugReportCallbackEXT instance from the specified function pointer.
      Returns:
      the new VkDebugReportCallbackEXT
    • createSafe

      public static @Nullable VkDebugReportCallbackEXT createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static VkDebugReportCallbackEXT create(VkDebugReportCallbackEXTI instance)
      Creates a VkDebugReportCallbackEXT instance that delegates to the specified VkDebugReportCallbackEXTI instance.
    • getString

      public static String getString(long string)
      Converts the specified VkDebugReportCallbackEXT argument to a String.

      This method may only be used inside a VkDebugReportCallbackEXT invocation.

      Parameters:
      string - the argument to decode
      Returns:
      the message as a String