Class spng_free_fn
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.spng.spng_free_fn
- All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, spng_free_fnI
Callback function:
spng_free_fn-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface spng_free_fnI
DESCRIPTOR -
Method Summary
Modifier and TypeMethodDescriptionstatic spng_free_fncreate(long functionPointer) Creates aspng_free_fninstance from the specified function pointer.static spng_free_fncreate(spng_free_fnI instance) Creates aspng_free_fninstance that delegates to the specifiedspng_free_fnIinstance.static @Nullable spng_free_fncreateSafe(long functionPointer) Methods inherited from interface NativeResource
closeMethods inherited from interface spng_free_fnI
callback, getDescriptor, invoke
-
Method Details
-
create
Creates aspng_free_fninstance from the specified function pointer.- Returns:
- the new
spng_free_fn
-
createSafe
-
create
Creates aspng_free_fninstance that delegates to the specifiedspng_free_fnIinstance.
-