Class RMTRealloc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.remotery.RMTRealloc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, RMTReallocI

public abstract class RMTRealloc extends Callback implements RMTReallocI
Callback function: rmtReallocPtr
  • Method Details

    • create

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

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

      public static RMTRealloc create(RMTReallocI instance)
      Creates a RMTRealloc instance that delegates to the specified RMTReallocI instance.