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

@@ -16,7 +16,6 @@ subject to the following restrictions:
#ifdef _WIN32
#include <GL/glew.h>
#endif
#ifndef __APPLE__
#ifndef USE_MINICL
#define USE_SIMDAWARE_SOLVER
@@ -25,7 +24,6 @@ subject to the following restrictions:
#define USE_GPU_COPY //only tested on Windows, may work under Linux
#endif //_WIN32
#endif //USE_MINICL
#endif