summaryrefslogtreecommitdiffstats
path: root/resources/opencl.h
blob: 949b6dd69c32dd9c4bfc1b02a1e4a484d6b446b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifdef _WIN32
#include    <windows.h>
#else
//just to make ANTLR happy
#define __GNUC__
#endif

#include    <CL/cl_platform.h>
#include    <CL/cl.h>
#include    <CL/cl_ext.h>
//#include    <CL/cl_vendor_ext.h>

//#include    <GL/gl.h>
#include    <gltypes.h>
#include    <CL/cl_gl.h>
#include    <CL/cl_gl_ext.h>