Class AIFileCloseProc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.assimp.AIFileCloseProc
All Implemented Interfaces:
AutoCloseable, AIFileCloseProcI, CallbackI, NativeResource, Pointer

public abstract class AIFileCloseProc extends Callback implements AIFileCloseProcI
Callback function: aiFileCloseProc
  • Method Details

    • create

      public static AIFileCloseProc create(long functionPointer)
      Creates a AIFileCloseProc instance from the specified function pointer.
      Returns:
      the new AIFileCloseProc
    • createSafe

      public static @Nullable AIFileCloseProc createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static AIFileCloseProc create(AIFileCloseProcI instance)
      Creates a AIFileCloseProc instance that delegates to the specified AIFileCloseProcI instance.