Package org.lwjgl.stb
Class STBIROutputCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.stb.STBIROutputCallback
- All Implemented Interfaces:
AutoCloseable
,STBIROutputCallbackI
,CallbackI
,NativeResource
,Pointer
Callback function:
stbir_output_callback *
-
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_SIZE
Fields inherited from interface org.lwjgl.stb.STBIROutputCallbackI
CIF
-
Method Summary
Modifier and TypeMethodDescriptionstatic STBIROutputCallback
create
(long functionPointer) Creates aSTBIROutputCallback
instance from the specified function pointer.static STBIROutputCallback
create
(STBIROutputCallbackI instance) Creates aSTBIROutputCallback
instance that delegates to the specifiedSTBIROutputCallbackI
instance.static @Nullable STBIROutputCallback
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close
Methods inherited from interface org.lwjgl.stb.STBIROutputCallbackI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aSTBIROutputCallback
instance from the specified function pointer.- Returns:
- the new
STBIROutputCallback
-
createSafe
-
create
Creates aSTBIROutputCallback
instance that delegates to the specifiedSTBIROutputCallbackI
instance.
-