Package org.lwjgl.opencl
Class CLContextDestructorCallback
- java.lang.Object
-
- org.lwjgl.system.Callback
-
- org.lwjgl.opencl.CLContextDestructorCallback
-
- All Implemented Interfaces:
java.lang.AutoCloseable,CLContextDestructorCallbackI,org.lwjgl.system.CallbackI,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public abstract class CLContextDestructorCallback extends org.lwjgl.system.Callback implements CLContextDestructorCallbackI
Instances of this class may be passed to theSetContextDestructorCallbackmethod.Type
void (*CLContextDestructorCallbackI.invoke(long, long)) ( cl_context context, void *user_data )
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.opencl.CLContextDestructorCallbackI
CIF
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLContextDestructorCallbackcreate(long functionPointer)Creates aCLContextDestructorCallbackinstance from the specified function pointer.static CLContextDestructorCallbackcreate(CLContextDestructorCallbackI instance)Creates aCLContextDestructorCallbackinstance that delegates to the specifiedCLContextDestructorCallbackIinstance.static CLContextDestructorCallbackcreateSafe(long functionPointer)-
Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
-
Methods inherited from interface org.lwjgl.opencl.CLContextDestructorCallbackI
callback, getCallInterface, invoke
-
-
-
-
Method Detail
-
create
public static CLContextDestructorCallback create(long functionPointer)
Creates aCLContextDestructorCallbackinstance from the specified function pointer.- Returns:
- the new
CLContextDestructorCallback
-
createSafe
@Nullable public static CLContextDestructorCallback createSafe(long functionPointer)
-
create
public static CLContextDestructorCallback create(CLContextDestructorCallbackI instance)
Creates aCLContextDestructorCallbackinstance that delegates to the specifiedCLContextDestructorCallbackIinstance.
-
-