Bullet Collision Detection & Physics Library
Classes | Macros
SpuGatheringCollisionDispatcher.h File Reference
#include "BulletCollision/CollisionDispatch/btCollisionDispatcher.h"
Include dependency graph for SpuGatheringCollisionDispatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SpuGatheringCollisionDispatcher
 SpuGatheringCollisionDispatcher can use SPU to gather and calculate collision detection Time of Impact, Closest Points and Penetration Depth. More...
 

Macros

#define SPU_BATCHSIZE_BROADPHASE_PAIRS   128
 Tuning value to optimized SPU utilization Too small value means Task overhead is large compared to computation (too fine granularity) Too big value might render some SPUs are idle, while a few other SPUs are doing all work. More...
 

Macro Definition Documentation

#define SPU_BATCHSIZE_BROADPHASE_PAIRS   128

Tuning value to optimized SPU utilization Too small value means Task overhead is large compared to computation (too fine granularity) Too big value might render some SPUs are idle, while a few other SPUs are doing all work.

Definition at line 27 of file SpuGatheringCollisionDispatcher.h.