public abstract class NkPluginAlloc extends org.lwjgl.system.Callback implements NkPluginAllocI
void * (*) (
nk_handle handle,
void *old,
nk_size size
)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 NkPluginAlloc |
create(long functionPointer)
Creates a
NkPluginAlloc instance from the specified function pointer. |
static NkPluginAlloc |
create(NkPluginAllocI instance)
Creates a
NkPluginAlloc instance that delegates to the specified NkPluginAllocI instance. |
static NkPluginAlloc |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static NkPluginAlloc create(long functionPointer)
NkPluginAlloc instance from the specified function pointer.NkPluginAlloc@Nullable public static NkPluginAlloc createSafe(long functionPointer)
public static NkPluginAlloc create(NkPluginAllocI instance)
NkPluginAlloc instance that delegates to the specified NkPluginAllocI instance.Copyright LWJGL. All Rights Reserved. License terms.