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

Method DeleteObjectFiles

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

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

Source from the content-addressed store, hash-verified

3406// Deletion utility method
3407//--------------------------------------------------------------------------------------
3408void ShaderCache::DeleteObjectFiles()
3409{
3410 for (std::list<Shader*>::iterator it = m_ShaderList.begin(); it != m_ShaderList.end(); it++)
3411 {
3412 Shader* pShader = *it;
3413
3414 DeleteObjectFile( pShader );
3415 }
3416}
3417
3418
3419//--------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected