Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3303
BroadPhasePair* BroadPhaseABP::getDeletedPairs()
3304
{
3305
return mDeleted.begin();
3306
}
3307
3308
static void freeBuffer(Ps::Array<BroadPhasePair>& buffer)
3309
{
Callers
1
postBroadPhase
Method · 0.45
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected