remove m_localPosA for now (it breaks NVIDIA OpenCL, copy of structs > 128 bytes)

This commit is contained in:
erwincoumans
2013-08-08 13:28:23 -07:00
parent 3bf003ace1
commit d158507c03
12 changed files with 17 additions and 95 deletions

View File

@@ -117,7 +117,7 @@ if not _OPTIONS["ios"] then
include "../test/OpenCL/BasicInitialize"
include "../test/OpenCL/KernelLaunch"--
include "../test/OpenCL/BroadphaseCollision"
-- include "../test/OpenCL/BroadphaseCollision"
-- include "../test/OpenCL/NarrowphaseCollision"
include "../test/OpenCL/ParallelPrimitives"
include "../test/OpenCL/RadixSortBenchmark"