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

Packages that use CLContext.ErrorDispatcher
com.jogamp.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)