Displaying 1 result from an estimated 1 matches for "cl_gl".
2011 Oct 06
1
[HowTo] OpenCL support in Wine
...ersion) from source. So how do I compile in OpenCL support you ask?
Code:
cd /usr/include
#make directorty#
sudo mkdir CL
cd CL
#download opencl headers#
sudo wget http://www.khronos.org/registry/cl/api/1.1/cl_ext.h
sudo wget http://www.khronos.org/registry/cl/api/1.1/cl_gl_ext.h
sudo wget http://www.khronos.org/registry/cl/api/1.1/cl_gl.h
sudo wget http://www.khronos.org/registry/cl/api/1.1/cl.h
sudo wget http://www.khronos.org/registry/cl/api/1.1/cl_platform.h
sudo wget http://www.khronos.org/registry/cl/api/1.1/opencl.h
#custom configure. nVidia...