4package com.jogamp.opencl.spi;
6import com.jogamp.opencl.llb.CL;
Java bindings to OpenCL, the Open Computing Language.
Implementations of this interface are factories responsible for creating CLAccessors.
CLInfoAccessor createDeviceInfoAccessor(CL cl, long id)
CLPlatformInfoAccessor createPlatformInfoAccessor(CL cl, long id)
Internal utility for common OpenCL clGetFooInfo calls.