Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ clear
Method
clear
Engine/source/postFx/postEffectVis.cpp:171–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
void PostEffectVis::clear()
172
{
173
GuiControl *content = _getContentControl();
174
175
content->clear();
176
mWindows.clear();
177
}
178
179
void PostEffectVis::onStartOfFrame()
180
{
Callers
9
postEffectVis.cpp
File · 0.45
onRemove
Method · 0.45
process
Method · 0.45
clearShaderMacros
Method · 0.45
resetCompilation
Method · 0.45
resetNode
Method · 0.45
resetParse
Method · 0.45
resetParse
Method · 0.45
resetParse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected