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

Function clear

physx/source/common/src/CmBitMap.h:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 void clear()
184 {
185 PxMemSet(mMap, 0, getWordCount()*sizeof(PxU32));
186 }
187
188 void resizeAndClear(PxU32 newBitCount)
189 {

Callers 15

ConsoleMethod · 0.50
restartMethod · 0.50
create_textureFlatMethod · 0.50
create_texture3DMethod · 0.50
create_textureCubemapMethod · 0.50
loadMethod · 0.50
clearMethod · 0.50
nv_dds.cppFile · 0.50
~CSurfaceMethod · 0.50
createMethod · 0.50
releaseBufferMethod · 0.50

Calls 2

PxMemSetFunction · 0.85
getWordCountFunction · 0.85

Tested by

no test coverage detected