Package org.lwjgl.assimp
Class AIFileFlushProc
- java.lang.Object
-
- org.lwjgl.system.Callback
-
- org.lwjgl.assimp.AIFileFlushProc
-
- All Implemented Interfaces:
java.lang.AutoCloseable,AIFileFlushProcI,org.lwjgl.system.CallbackI,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public abstract class AIFileFlushProc extends org.lwjgl.system.Callback implements AIFileFlushProcI
Type
void (*AIFileFlushProcI.invoke(long)) ( struct aiFile *pFile )
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.assimp.AIFileFlushProcI
CIF
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AIFileFlushProccreate(long functionPointer)Creates aAIFileFlushProcinstance from the specified function pointer.static AIFileFlushProccreate(AIFileFlushProcI instance)Creates aAIFileFlushProcinstance that delegates to the specifiedAIFileFlushProcIinstance.static AIFileFlushProccreateSafe(long functionPointer)-
Methods inherited from interface org.lwjgl.assimp.AIFileFlushProcI
callback, getCallInterface, invoke
-
-
-
-
Method Detail
-
create
public static AIFileFlushProc create(long functionPointer)
Creates aAIFileFlushProcinstance from the specified function pointer.- Returns:
- the new
AIFileFlushProc
-
createSafe
@Nullable public static AIFileFlushProc createSafe(long functionPointer)
-
create
public static AIFileFlushProc create(AIFileFlushProcI instance)
Creates aAIFileFlushProcinstance that delegates to the specifiedAIFileFlushProcIinstance.
-
-