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

Method clearMicrocodeCache

OgreMain/src/OgreGpuProgramManager.cpp:372–376  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

370 }
371 //---------------------------------------------------------------------
372 void GpuProgramManager::clearMicrocodeCache()
373 {
374 mMicrocodeCache.clear();
375 mCacheDirty = false;
376 }
377 //---------------------------------------------------------------------
378
379} // namespace Ogre

Callers 2

keyReleasedMethod · 0.80
keyReleasedMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected