Class CLSVMFreeCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.opencl.CLSVMFreeCallback
All Implemented Interfaces:
AutoCloseable, CLSVMFreeCallbackI, CallbackI, NativeResource, Pointer

public abstract class CLSVMFreeCallback extends Callback implements CLSVMFreeCallbackI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static CLSVMFreeCallback create(CLSVMFreeCallbackI instance)
      Creates a CLSVMFreeCallback instance that delegates to the specified CLSVMFreeCallbackI instance.