Go to the documentation of this file.
14 #if !defined(_WIN32) && (defined(__WIN32__) || defined(WIN32) || defined(__CYGWIN__))
18 #define CL_TARGET_OPENCL_VERSION 120
20 #if defined(__APPLE__) || defined(MACOSX)
21 # include <OpenCL/cl.h>
22 # include <OpenCL/cl_ext.h>
23 # include <OpenCL/cl_gl.h>
24 # include <OpenCL/cl_gl_ext.h>
26 # define CL_USE_DEPRECATED_OPENCL_1_1_APIS
27 # define CL_USE_DEPRECATED_OPENCL_1_2_APIS
29 # include <CL/cl_ext.h>
30 # include <CL/cl_gl.h>