public abstract class BGFXReallocCallback extends org.lwjgl.system.Callback implements BGFXReallocCallbackI
void * (*) (
bgfx_allocator_interface_t *_this,
void *_ptr,
size_t _size,
size_t _align,
char *_file,
uint32_t _line
)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 BGFXReallocCallback |
create(BGFXReallocCallbackI instance)
Creates a
BGFXReallocCallback instance that delegates to the specified BGFXReallocCallbackI instance. |
static BGFXReallocCallback |
create(long functionPointer)
Creates a
BGFXReallocCallback instance from the specified function pointer. |
static BGFXReallocCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static BGFXReallocCallback create(long functionPointer)
BGFXReallocCallback instance from the specified function pointer.BGFXReallocCallback@Nullable public static BGFXReallocCallback createSafe(long functionPointer)
public static BGFXReallocCallback create(BGFXReallocCallbackI instance)
BGFXReallocCallback instance that delegates to the specified BGFXReallocCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.