Class NkDrawEndCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.nuklear.NkDrawEndCallback
All Implemented Interfaces:
AutoCloseable, NkDrawEndCallbackI, CallbackI, NativeResource, Pointer

public abstract class NkDrawEndCallback extends Callback implements NkDrawEndCallbackI
Callback function: nk_draw_end
  • Method Details

    • create

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

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

      public static NkDrawEndCallback create(NkDrawEndCallbackI instance)
      Creates a NkDrawEndCallback instance that delegates to the specified NkDrawEndCallbackI instance.