more bt* to b3*

This commit is contained in:
erwin coumans
2013-04-16 17:08:59 -07:00
parent faabffc23d
commit e646754228
116 changed files with 2466 additions and 3034 deletions

View File

@@ -60,8 +60,8 @@ int main(int argc, char* argv[])
int numElements = 1024*1024;
btOpenCLArray<int> a(ctx,queue);
btOpenCLArray<int> b(ctx,queue);
btAlignedObjectArray<int> hostA;
btAlignedObjectArray<int> hostB;
b3AlignedObjectArray<int> hostA;
b3AlignedObjectArray<int> hostB;
for (int i=0;i<numElements;i++)
{

View File

@@ -27,9 +27,9 @@ function createProject (vendor)
"main.cpp",
"../basic_initialize/b3OpenCLUtils.cpp",
"../basic_initialize/b3OpenCLUtils.h",
"../../src/BulletCommon/btAlignedAllocator.cpp",
"../../src/BulletCommon/btAlignedAllocator.h",
"../../src/BulletCommon/btAlignedObjectArray.h",
"../../src/BulletCommon/b3AlignedAllocator.cpp",
"../../src/BulletCommon/b3AlignedAllocator.h",
"../../src/BulletCommon/b3AlignedObjectArray.h",
}
end