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

Method DeleteHashFiles

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

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

Source from the content-addressed store, hash-verified

3452// Deletion utility method
3453//--------------------------------------------------------------------------------------
3454void ShaderCache::DeleteHashFiles()
3455{
3456 for (std::list<Shader*>::iterator it = m_ShaderList.begin(); it != m_ShaderList.end(); it++)
3457 {
3458 Shader* pShader = *it;
3459
3460 DeleteHashFile( pShader );
3461 }
3462}
3463
3464
3465//--------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected