Package org.lwjgl.assimp
Class AIFileWriteProc
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.assimp.AIFileWriteProc
- All Implemented Interfaces:
AutoCloseable
,AIFileWriteProcI
,CallbackI
,NativeResource
,Pointer
Callback function:
aiFileWriteProc
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.assimp.AIFileWriteProcI
CIF
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic AIFileWriteProc
create
(long functionPointer) Creates aAIFileWriteProc
instance from the specified function pointer.static AIFileWriteProc
create
(AIFileWriteProcI instance) Creates aAIFileWriteProc
instance that delegates to the specifiedAIFileWriteProcI
instance.static @Nullable AIFileWriteProc
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.assimp.AIFileWriteProcI
callback, getCallInterface, invoke
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates aAIFileWriteProc
instance from the specified function pointer.- Returns:
- the new
AIFileWriteProc
-
createSafe
-
create
Creates aAIFileWriteProc
instance that delegates to the specifiedAIFileWriteProcI
instance.
-