Package org.lwjgl.bgfx
Class BGFXReallocCallback
- java.lang.Object
-
- org.lwjgl.system.Callback
-
- org.lwjgl.bgfx.BGFXReallocCallback
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,BGFXReallocCallbackI
,org.lwjgl.system.CallbackI
,org.lwjgl.system.CallbackI.P
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public abstract class BGFXReallocCallback extends org.lwjgl.system.Callback implements BGFXReallocCallbackI
Allocates memory.Type
void * (*) ( bgfx_allocator_interface_t *_this, void *_ptr, size_t _size, size_t _align, char *_file, uint32_t _line )
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.lwjgl.system.CallbackI
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.Z
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.bgfx.BGFXReallocCallbackI
SIGNATURE
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BGFXReallocCallback
create(long functionPointer)
Creates aBGFXReallocCallback
instance from the specified function pointer.static BGFXReallocCallback
create(BGFXReallocCallbackI instance)
Creates aBGFXReallocCallback
instance that delegates to the specifiedBGFXReallocCallbackI
instance.static BGFXReallocCallback
createSafe(long functionPointer)
-
Methods inherited from interface org.lwjgl.bgfx.BGFXReallocCallbackI
callback, getSignature, invoke
-
-
-
-
Method Detail
-
create
public static BGFXReallocCallback create(long functionPointer)
Creates aBGFXReallocCallback
instance from the specified function pointer.- Returns:
- the new
BGFXReallocCallback
-
createSafe
@Nullable public static BGFXReallocCallback createSafe(long functionPointer)
-
create
public static BGFXReallocCallback create(BGFXReallocCallbackI instance)
Creates aBGFXReallocCallback
instance that delegates to the specifiedBGFXReallocCallbackI
instance.
-
-