Class SOFTCallbackBufferType

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

public abstract class SOFTCallbackBufferType extends Callback implements SOFTCallbackBufferTypeI
Callback function: ALBUFFERCALLBACKTYPESOFT
  • Method Details

    • create

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

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

      public static SOFTCallbackBufferType create(SOFTCallbackBufferTypeI instance)
      Creates a SOFTCallbackBufferType instance that delegates to the specified SOFTCallbackBufferTypeI instance.