added hierarchical profiling (needs more cleanup)
avoid dynamic allocations in btRaycastVehicle
This commit is contained in:
@@ -809,6 +809,8 @@ static int getConstraintSize (btTypedConstraintType type)
|
||||
//-- MAIN METHOD
|
||||
void processSolverTask(void* userPtr, void* lsMemory)
|
||||
{
|
||||
// PROFILE("processSolverTask");
|
||||
|
||||
SolverTask_LocalStoreMemory* localMemory = (SolverTask_LocalStoreMemory*)lsMemory;
|
||||
|
||||
SpuSolverTaskDesc* taskDescPtr = (SpuSolverTaskDesc*)userPtr;
|
||||
|
||||
Reference in New Issue
Block a user