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

Function clearBit

physx/source/lowlevelaabb/src/BpBroadPhaseMBP.cpp:315–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315static PX_FORCE_INLINE void clearBit(BitArray& bitmap, MBP_ObjectIndex objectIndex)
316{
317 #ifdef HWSCAN
318 bitmap.setBitChecked(objectIndex); // HWSCAN
319 #else
320 bitmap.clearBitChecked(objectIndex);
321 #endif
322}
323#endif
324
325///////////////////////////////////////////////////////////////////////////////

Callers 1

Calls 2

setBitCheckedMethod · 0.45
clearBitCheckedMethod · 0.45

Tested by

no test coverage detected