MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getDeletedPairs

Method getDeletedPairs

physx/source/lowlevelaabb/src/BpBroadPhaseABP.cpp:3303–3306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3301}
3302
3303BroadPhasePair* BroadPhaseABP::getDeletedPairs()
3304{
3305 return mDeleted.begin();
3306}
3307
3308static void freeBuffer(Ps::Array<BroadPhasePair>& buffer)
3309{

Callers 1

postBroadPhaseMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected