-------------------------------------------------------------------------------------- Deletion utility method --------------------------------------------------------------------------------------
| 3373 | // Deletion utility method |
| 3374 | //-------------------------------------------------------------------------------------- |
| 3375 | void ShaderCache::DeleteErrorFile( Shader* pShader ) |
| 3376 | { |
| 3377 | DeleteFileByFilename( pShader->m_wsErrorFile ); |
| 3378 | } |
| 3379 | |
| 3380 | |
| 3381 | //-------------------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected