more bt* to b3*
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user