aboutsummaryrefslogtreecommitdiff
path: root/src/render_opencl.c
blob: 913c975a534256d9a68e6004d2a4338d58b36c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * 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)
{

}