Class RPErrorCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.rpmalloc.RPErrorCallback
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, RPErrorCallbackI

public abstract class RPErrorCallback extends Callback implements RPErrorCallbackI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static RPErrorCallback create(RPErrorCallbackI instance)
      Creates a RPErrorCallback instance that delegates to the specified RPErrorCallbackI instance.