Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Console
Method · 0.50
SampleVehicle_VehicleController
Method · 0.50
restart
Method · 0.50
create_textureFlat
Method · 0.50
create_texture3D
Method · 0.50
create_textureCubemap
Method · 0.50
load
Method · 0.50
clear
Method · 0.50
nv_dds.cpp
File · 0.50
~CSurface
Method · 0.50
create
Method · 0.50
releaseBuffer
Method · 0.50
Calls
2
PxMemSet
Function · 0.85
getWordCount
Function · 0.85
Tested by
no test coverage detected