A collection of OpenCL kernels for image processing in Dlang targeting OpenCL 1.2 (WIP)
- implements an OpenCL OO wrapper around OpenCL C functions. @nogc nothrow.
- Upload your image to GPU memory once, and perform all processing on GPU. Finally download your image.