public abstract class RPMemoryMapCallback extends org.lwjgl.system.Callback implements RPMemoryMapCallbackI
RPMallocConfig struct.
void * (*) (
size_t size,
size_t *offset
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static RPMemoryMapCallback |
create(long functionPointer)
Creates a
RPMemoryMapCallback instance from the specified function pointer. |
static RPMemoryMapCallback |
create(RPMemoryMapCallbackI instance)
Creates a
RPMemoryMapCallback instance that delegates to the specified RPMemoryMapCallbackI instance. |
static RPMemoryMapCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static RPMemoryMapCallback create(long functionPointer)
RPMemoryMapCallback instance from the specified function pointer.RPMemoryMapCallback@Nullable public static RPMemoryMapCallback createSafe(long functionPointer)
public static RPMemoryMapCallback create(RPMemoryMapCallbackI instance)
RPMemoryMapCallback instance that delegates to the specified RPMemoryMapCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.