| 91 | } |
| 92 | |
| 93 | void PruningPool::preallocate(PxU32 newCapacity) |
| 94 | { |
| 95 | if(newCapacity>mMaxNbObjects) |
| 96 | resize(newCapacity); |
| 97 | } |
| 98 | |
| 99 | PxU32 PruningPool::addObjects(PrunerHandle* results, const PxBounds3* bounds, const PrunerPayload* payload, PxU32 count) |
| 100 | { |
no test coverage detected