fixes to make the OpenCL cloth demo run on Apple/GPU

This commit is contained in:
erwin.coumans
2011-03-15 22:24:27 +00:00
parent 3615f6d415
commit 21162f77e3
5 changed files with 31 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ subject to the following restrictions:
#ifdef USE_MINICL
#include <MiniCL/cl.h>
#else
#include <MiniCL/cl.h>
#include <OpenCL/cl.h>
#endif
#else
#ifdef USE_MINICL