Class GLFWDeallocateCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.glfw.GLFWDeallocateCallback
All Implemented Interfaces:
AutoCloseable, GLFWDeallocateCallbackI, CallbackI, NativeResource, Pointer

public abstract class GLFWDeallocateCallback extends Callback implements GLFWDeallocateCallbackI
Callback function: GLFWdeallocatefun
  • Method Details

    • create

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

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

      public static GLFWDeallocateCallback create(GLFWDeallocateCallbackI instance)
      Creates a GLFWDeallocateCallback instance that delegates to the specified GLFWDeallocateCallbackI instance.