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 CLContextCallbackAPPLEContextLoggingUtil.STD_ERR_CALLBACKSends all log messages to the file descriptor stderr.static final CLContextCallbackAPPLEContextLoggingUtil.STD_OUT_CALLBACKSends all log messages to the file descriptor stdout.static final CLContextCallbackAPPLEContextLoggingUtil.SYSTEM_LOG_CALLBACKSends all log messages to the Apple System Logger.Methods in org.lwjgl.opencl with parameters of type CLContextCallbackModifier and TypeMethodDescriptionstatic CLContextCL10.clCreateContext(PointerBuffer properties, CLDevice device, CLContextCallback pfn_notify, IntBuffer errcode_ret) Overloads clCreateContext.static CLContextCL10.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 CLContextCL10.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 CLContextCLContext.create(CLPlatform platform, List<CLDevice> devices, CLContextCallback pfn_notify, IntBuffer errcode_ret) Creates a new CLContext.static CLContextCLContext.create(CLPlatform platform, List<CLDevice> devices, CLContextCallback pfn_notify, Drawable share_drawable, IntBuffer errcode_ret) Creates a new CLContext.static CLContextCLContext.createFromType(CLPlatform platform, long device_type, CLContextCallback pfn_notify, IntBuffer errcode_ret) Creates a new CLContext.static CLContextCLContext.createFromType(CLPlatform platform, long device_type, CLContextCallback pfn_notify, Drawable share_drawable, IntBuffer errcode_ret) Creates a new CLContext.