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

Method DeleteAssemblyFiles

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

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

Source from the content-addressed store, hash-verified

3382// Deletion utility method
3383//--------------------------------------------------------------------------------------
3384void ShaderCache::DeleteAssemblyFiles()
3385{
3386 for (std::list<Shader*>::iterator it = m_ShaderList.begin(); it != m_ShaderList.end(); it++)
3387 {
3388 Shader* pShader = *it;
3389
3390 DeleteAssemblyFile( pShader );
3391 }
3392}
3393
3394
3395//--------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected