blob: dbeb758c94b3698ca918ac79999eb3a667c6fbf7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//just to make ANTLR happy
// #define __GNUC__
#include <CL/cl_platform.h>
#include <CL/cl.h>
#include <CL/cl_ext.h>
#include <gl-types.h>
#include <CL/cl_gl.h>
#include <CL/cl_gl_ext.h>
|