blob: 8e46611cc44e42371e3cbb9e0b275f87bc59d40c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <CL/cl_platform.h>
#include <CL/cl.h>
//#include <CL/cl_ext.h>
#ifdef _WIN32
#include <windows.h>
#endif
//#include <GL/gl.h>
#include <gltypes.h>
#include <CL/cl_gl.h>
|