MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / flagCurrentResources

Method flagCurrentResources

Engine/source/gfx/gfxDevice.cpp:1187–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187void GFXDevice::flagCurrentResources()
1188{
1189 GFXResource* walk = mResourceListHead;
1190 while(walk)
1191 {
1192 walk->setFlag();
1193 walk = walk->getNextResource();
1194 }
1195}
1196
1197void GFXDevice::clearResourceFlags()
1198{

Callers 1

gfxDevice.cppFile · 0.80

Calls 2

setFlagMethod · 0.80
getNextResourceMethod · 0.80

Tested by

no test coverage detected