MCPcopy Create free account
hub / github.com/GPUOpen-Effects/GeometryFX / DeleteErrorFiles

Method DeleteErrorFiles

framework/d3d11/amd_sdk/src/ShaderCache.cpp:3361–3369  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Deletion utility method --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3359// Deletion utility method
3360//--------------------------------------------------------------------------------------
3361void ShaderCache::DeleteErrorFiles()
3362{
3363 for (std::list<Shader*>::iterator it = m_ShaderList.begin(); it != m_ShaderList.end(); it++)
3364 {
3365 Shader* pShader = *it;
3366
3367 DeleteErrorFile( pShader );
3368 }
3369}
3370
3371
3372//--------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected