/* * render_opencl.c * * Created on: 26.01.2018 * Author: Superleo1810 */ #include "render_opencl.h" // TODO: implement opencl void init_opencl(OpenCLConfig *config) { config_opencl = config; printf("OpenCL rendering not implemented yet\n"); } void render_opencl(void) { } void idle_opencl(void) { }