Class BGFXReallocCallback

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

public abstract class BGFXReallocCallback extends Callback implements BGFXReallocCallbackI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static BGFXReallocCallback create(BGFXReallocCallbackI instance)
      Creates a BGFXReallocCallback instance that delegates to the specified BGFXReallocCallbackI instance.