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

Method isMicrocodeAvailableInCache

OgreMain/src/OgreGpuProgramManager.cpp:258–262  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

256 }
257 //---------------------------------------------------------------------
258 bool GpuProgramManager::isMicrocodeAvailableInCache( const String &source ) const
259 {
260 return mMicrocodeCache.find( computeHashWithRenderSystemName( source ) ) !=
261 mMicrocodeCache.end();
262 }
263 //---------------------------------------------------------------------
264 const GpuProgramManager::Microcode &GpuProgramManager::getMicrocodeFromCache(
265 const String &source ) const

Callers 4

loadFromSourceMethod · 0.80
activateMethod · 0.80
loadIndividualProgramMethod · 0.80
activateMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected