Class EXTDebugProc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.openal.EXTDebugProc
All Implemented Interfaces:
AutoCloseable, EXTDebugProcI, CallbackI, NativeResource, Pointer

public abstract class EXTDebugProc extends Callback implements EXTDebugProcI
Callback function: ALDEBUGPROCEXT
  • Method Details

    • create

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

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

      public static EXTDebugProc create(EXTDebugProcI instance)
      Creates a EXTDebugProc instance that delegates to the specified EXTDebugProcI instance.