Go to the documentation of this file.
26 #if !defined(_WIN32) && (defined(__WIN32__) || defined(WIN32) || defined(__CYGWIN__))
30 #define CL_TARGET_OPENCL_VERSION 120
32 #if defined(__APPLE__) || defined(MACOSX)
33 # include <OpenCL/cl.h>
34 # include <OpenCL/cl_ext.h>
35 # include <OpenCL/cl_gl.h>
36 # include <OpenCL/cl_gl_ext.h>
38 # define CL_USE_DEPRECATED_OPENCL_1_1_APIS
39 # define CL_USE_DEPRECATED_OPENCL_1_2_APIS
41 # include <CL/cl_ext.h>
42 # include <CL/cl_gl.h>