added OpenCL cloth demo, contributed by AMD.

updated GpuSoftBodySolvers
updated DirectCompute cloth demo
This commit is contained in:
erwin.coumans
2010-08-14 00:56:17 +00:00
parent 40958f2b4a
commit 4f9b450200
72 changed files with 7524 additions and 843 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __CLSTUFF_HDR__
#define __CLSTUFF_HDR__
void initCL(void);
#endif //__CLSTUFF_HDR__