Uses of Class
org.lwjgl.opencl.CLContextCallback
Packages that use CLContextCallback
-
Uses of CLContextCallback in org.lwjgl.opencl
Fields in org.lwjgl.opencl declared as CLContextCallbackModifier and TypeFieldDescriptionstatic final CLContextCallback
APPLEContextLoggingUtil.STD_ERR_CALLBACK
Sends all log messages to the file descriptor stderr.static final CLContextCallback
APPLEContextLoggingUtil.STD_OUT_CALLBACK
Sends all log messages to the file descriptor stdout.static final CLContextCallback
APPLEContextLoggingUtil.SYSTEM_LOG_CALLBACK
Sends all log messages to the Apple System Logger.Methods in org.lwjgl.opencl with parameters of type CLContextCallbackModifier and TypeMethodDescriptionstatic CLContext
CL10.clCreateContext
(PointerBuffer properties, CLDevice device, CLContextCallback pfn_notify, IntBuffer errcode_ret) Overloads clCreateContext.static CLContext
CL10.clCreateContext
(PointerBuffer properties, PointerBuffer devices, CLContextCallback pfn_notify, IntBuffer errcode_ret) LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.static CLContext
CL10.clCreateContextFromType
(PointerBuffer properties, long device_type, CLContextCallback pfn_notify, IntBuffer errcode_ret) LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.static CLContext
CLContext.create
(CLPlatform platform, List<CLDevice> devices, CLContextCallback pfn_notify, IntBuffer errcode_ret) Creates a new CLContext.static CLContext
CLContext.create
(CLPlatform platform, List<CLDevice> devices, CLContextCallback pfn_notify, Drawable share_drawable, IntBuffer errcode_ret) Creates a new CLContext.static CLContext
CLContext.createFromType
(CLPlatform platform, long device_type, CLContextCallback pfn_notify, IntBuffer errcode_ret) Creates a new CLContext.static CLContext
CLContext.createFromType
(CLPlatform platform, long device_type, CLContextCallback pfn_notify, Drawable share_drawable, IntBuffer errcode_ret) Creates a new CLContext.