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

Method growAndSet

physx/source/common/src/CmBitMap.h:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 PX_INLINE Allocator& getAllocator() { return mAllocator; }
114
115 PX_INLINE void growAndSet(PxU32 index)
116 {
117 extend(index+1);
118 mMap[index>>5] |= 1<<(index&31);
119 }
120
121 PX_INLINE void growAndReset(PxU32 index)
122 {

Callers 15

markShapesUpdatedMethod · 0.80
BodySimMethod · 0.80
runInternalMethod · 0.80
updateCCDSinglePassMethod · 0.80
afterIntegrationMethod · 0.80
addBodyMethod · 0.80

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected