Class BGFXReleaseFunctionCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.bgfx.BGFXReleaseFunctionCallback
All Implemented Interfaces:
AutoCloseable, BGFXReleaseFunctionCallbackI, CallbackI, NativeResource, Pointer

public abstract class BGFXReleaseFunctionCallback extends Callback implements BGFXReleaseFunctionCallbackI
Callback function: bgfx_release_fn_t
  • Method Details

    • create

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

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

      Creates a BGFXReleaseFunctionCallback instance that delegates to the specified BGFXReleaseFunctionCallbackI instance.