Package org.lwjgl.util.spng
Class spng_realloc_fn
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.spng.spng_realloc_fn
- All Implemented Interfaces:
AutoCloseable,CallbackI,NativeResource,Pointer,spng_realloc_fnI
Callback function:
spng_realloc_fn-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface org.lwjgl.util.spng.spng_realloc_fnI
CIF -
Method Summary
Modifier and TypeMethodDescriptionstatic spng_realloc_fncreate(long functionPointer) Creates aspng_realloc_fninstance from the specified function pointer.static spng_realloc_fncreate(spng_realloc_fnI instance) Creates aspng_realloc_fninstance that delegates to the specifiedspng_realloc_fnIinstance.static @Nullable spng_realloc_fncreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
closeMethods inherited from interface org.lwjgl.util.spng.spng_realloc_fnI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aspng_realloc_fninstance from the specified function pointer.- Returns:
- the new
spng_realloc_fn
-
createSafe
-
create
Creates aspng_realloc_fninstance that delegates to the specifiedspng_realloc_fnIinstance.
-