Uses of Class
com.jogamp.opencl.CLVersion

Packages that use CLVersion
com.jogamp.opencl   
com.jogamp.opencl.util   
 

Uses of CLVersion in com.jogamp.opencl
 

Fields in com.jogamp.opencl declared as CLVersion
static CLVersion CLVersion.CL_1_0
           
static CLVersion CLVersion.CL_1_1
           
 CLVersion CLPlatform.version
          Version of this OpenCL platform.
 

Methods in com.jogamp.opencl that return CLVersion
 CLVersion CLDevice.getCVersion()
          Returns the OpenCL-C version supported by the device.
 CLVersion CLDevice.getVersion()
          Returns the OpenCL version supported by the device.
 CLVersion CLPlatform.getVersion()
          Returns the OpenCL version supported by this platform.
 

Methods in com.jogamp.opencl with parameters of type CLVersion
 int CLVersion.compareTo(CLVersion other)
           
 boolean CLPlatform.isAtLeast(CLVersion other)
           
 boolean CLVersion.isAtLeast(CLVersion other)
           
 boolean CLVersion.isEqual(CLVersion other)
           
 

Uses of CLVersion in com.jogamp.opencl.util
 

Methods in com.jogamp.opencl.util with parameters of type CLVersion
static Filter<CLPlatform> CLPlatformFilters.version(CLVersion version)
          Accepts all platforms supporting at least the given OpenCL spec version.