MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / isReloadable

Method isReloadable

OgreMain/src/OgreUnifiedHighLevelGpuProgram.cpp:285–291  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

283 }
284 //-----------------------------------------------------------------------
285 bool UnifiedHighLevelGpuProgram::isReloadable() const
286 {
287 if( auto& d = _getDelegate() )
288 return d->isReloadable();
289 else
290 return true;
291 }
292 //-----------------------------------------------------------------------
293 void UnifiedHighLevelGpuProgram::unload()
294 {

Callers 7

unloadAllMethod · 0.80
reloadAllMethod · 0.80
checkUsageMethod · 0.80
unloadResourceGroupMethod · 0.80
loadResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected