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