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 class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface AIFileFlushProcI
DESCRIPTORFields inherited from interface 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 interface AIFileFlushProcI
callback, getDescriptor, invokeMethods inherited from interface 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.
-