Uses of Class
com.jogamp.opencl.CLContext.ErrorDispatcher

Packages that use CLContext.ErrorDispatcher
com.jogamp.opencl High level java bindings to OpenCL. 
 

Uses of CLContext.ErrorDispatcher in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CLContext.ErrorDispatcher
protected static CLContext.ErrorDispatcher CLContext.createErrorHandler()
           
 

Constructors in com.jogamp.opencl with parameters of type CLContext.ErrorDispatcher
CLContext(CLPlatform platform, long contextID, CLContext.ErrorDispatcher dispatcher)