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

Function setBit

physx/source/lowlevelaabb/src/BpBroadPhaseMBP.cpp:306–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305#ifdef USE_FULLY_INSIDE_FLAG
306static PX_FORCE_INLINE void setBit(BitArray& bitmap, MBP_ObjectIndex objectIndex)
307{
308 #ifdef HWSCAN
309 bitmap.clearBitChecked(objectIndex); //HWSCAN
310 #else
311 bitmap.setBitChecked(objectIndex);
312 #endif
313}
314
315static PX_FORCE_INLINE void clearBit(BitArray& bitmap, MBP_ObjectIndex objectIndex)
316{

Callers 1

Calls 2

clearBitCheckedMethod · 0.45
setBitCheckedMethod · 0.45

Tested by

no test coverage detected