Package org.lwjgl.assimp
Class AIFileFlushProc
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.assimp.AIFileFlushProc
- All Implemented Interfaces:
AutoCloseable,AIFileFlushProcI,CallbackI,NativeResource,Pointer
Callback function:
aiFileFlushProc-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.assimp.AIFileFlushProcI
CIFFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic AIFileFlushProccreate(long functionPointer) Creates aAIFileFlushProcinstance from the specified function pointer.static AIFileFlushProccreate(AIFileFlushProcI instance) Creates aAIFileFlushProcinstance that delegates to the specifiedAIFileFlushProcIinstance.static @Nullable AIFileFlushProccreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.assimp.AIFileFlushProcI
callback, getCallInterface, invokeMethods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates aAIFileFlushProcinstance from the specified function pointer.- Returns:
- the new
AIFileFlushProc
-
createSafe
-
create
Creates aAIFileFlushProcinstance that delegates to the specifiedAIFileFlushProcIinstance.
-