bt->b3
This commit is contained in:
@@ -24,11 +24,11 @@ function createProject(vendor)
|
||||
"../host/btFillCL.cpp",
|
||||
"../host/btPrefixScanCL.cpp",
|
||||
"../host/btRadixSort32CL.cpp",
|
||||
"../../../src/BulletCommon/b3AlignedAllocator.cpp",
|
||||
"../../../src/BulletCommon/b3AlignedAllocator.h",
|
||||
"../../../src/BulletCommon/b3AlignedObjectArray.h",
|
||||
"../../../src/BulletCommon/b3Quickprof.cpp",
|
||||
"../../../src/BulletCommon/b3Quickprof.h",
|
||||
"../../../src/Bullet3Common/b3AlignedAllocator.cpp",
|
||||
"../../../src/Bullet3Common/b3AlignedAllocator.h",
|
||||
"../../../src/Bullet3Common/b3AlignedObjectArray.h",
|
||||
"../../../src/Bullet3Common/b3Quickprof.cpp",
|
||||
"../../../src/Bullet3Common/b3Quickprof.h",
|
||||
}
|
||||
|
||||
end
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
#include "../host/btRadixSort32CL.h"
|
||||
#include "../../basic_initialize/b3OpenCLUtils.h"
|
||||
#include "BulletCommon/b3Quickprof.h"
|
||||
#include "Bullet3Common/b3Quickprof.h"
|
||||
|
||||
cl_context g_cxMainContext;
|
||||
cl_device_id g_device;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define BT_FILL_CL_H
|
||||
|
||||
#include "btOpenCLArray.h"
|
||||
#include "BulletCommon/b3Scalar.h"
|
||||
#include "Bullet3Common/b3Scalar.h"
|
||||
|
||||
#include "btInt2.h"
|
||||
#include "btInt4.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef BT_INT4_H
|
||||
#define BT_INT4_H
|
||||
|
||||
#include "BulletCommon/b3Scalar.h"
|
||||
#include "Bullet3Common/b3Scalar.h"
|
||||
|
||||
ATTRIBUTE_ALIGNED16(struct) btUnsignedInt4
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#define BT_LAUNCHER_CL_H
|
||||
|
||||
#include "btBufferInfoCL.h"
|
||||
#include "BulletCommon/b3MinMax.h"
|
||||
#include "Bullet3Common/b3MinMax.h"
|
||||
#include "btOpenCLArray.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef BT_OPENCL_ARRAY_H
|
||||
#define BT_OPENCL_ARRAY_H
|
||||
|
||||
#include "BulletCommon/b3AlignedObjectArray.h"
|
||||
#include "Bullet3Common/b3AlignedObjectArray.h"
|
||||
#include "../../basic_initialize/b3OpenCLInclude.h"
|
||||
|
||||
template <typename T>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "btOpenCLArray.h"
|
||||
#include "btBufferInfoCL.h"
|
||||
#include "BulletCommon/b3AlignedObjectArray.h"
|
||||
#include "Bullet3Common/b3AlignedObjectArray.h"
|
||||
|
||||
class btPrefixScanCL
|
||||
{
|
||||
|
||||
@@ -19,8 +19,8 @@ subject to the following restrictions:
|
||||
#include "../host/btBoundSearchCL.h"
|
||||
#include "../host/btRadixSort32CL.h"
|
||||
#include "../host/btPrefixScanCL.h"
|
||||
#include "BulletCommon/b3CommandLineArgs.h"
|
||||
#include "BulletCommon/b3MinMax.h"
|
||||
#include "Bullet3Common/b3CommandLineArgs.h"
|
||||
#include "Bullet3Common/b3MinMax.h"
|
||||
|
||||
int g_nPassed = 0;
|
||||
int g_nFailed = 0;
|
||||
|
||||
@@ -27,9 +27,9 @@ function createProject(vendor)
|
||||
"../host/btPrefixScanCL.h",
|
||||
"../host/btRadixSort32CL.cpp",
|
||||
"../host/btRadixSort32CL.h",
|
||||
"../../../src/BulletCommon/b3AlignedAllocator.cpp",
|
||||
"../../../src/BulletCommon/b3AlignedAllocator.h",
|
||||
"../../../src/BulletCommon/b3AlignedObjectArray.h",
|
||||
"../../../src/Bullet3Common/b3AlignedAllocator.cpp",
|
||||
"../../../src/Bullet3Common/b3AlignedAllocator.h",
|
||||
"../../../src/Bullet3Common/b3AlignedObjectArray.h",
|
||||
}
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user