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

Method addToDirtyList

physx/source/scenequery/src/SqSceneQueryManager.cpp:137–146  ·  view source on GitHub ↗

PT: TODO: re-inline this

Source from the content-addressed store, hash-verified

135
136// PT: TODO: re-inline this
137void PrunerExt::addToDirtyList(PrunerHandle handle)
138{
139 Cm::BitMap& dirtyMap = mDirtyMap;
140 if(!dirtyMap.test(handle))
141 {
142 dirtyMap.set(handle);
143 mDirtyList.pushBack(handle);
144 mTimestamp++;
145 }
146}
147
148// PT: TODO: re-inline this
149Ps::IntBool PrunerExt::isDirty(PrunerHandle handle) const

Callers 1

markForUpdateMethod · 0.45

Calls 4

testMethod · 0.45
setMethod · 0.45
pushBackMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected