Uses of Class
org.lwjgl.opencl.CLContextCallback
-
Packages that use CLContextCallback Package Description org.lwjgl.opencl -
-
Uses of CLContextCallback in org.lwjgl.opencl
Fields in org.lwjgl.opencl declared as CLContextCallback Modifier and Type Field Description static CLContextCallbackAPPLEContextLoggingUtil. STD_ERR_CALLBACKSends all log messages to the file descriptor stderr.static CLContextCallbackAPPLEContextLoggingUtil. STD_OUT_CALLBACKSends all log messages to the file descriptor stdout.static CLContextCallbackAPPLEContextLoggingUtil. SYSTEM_LOG_CALLBACKSends all log messages to the Apple System Logger.Methods in org.lwjgl.opencl with parameters of type CLContextCallback Modifier and Type Method Description static 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.
-