-------------------------------------------------------------------------------------- Deletion utility method --------------------------------------------------------------------------------------
| 3420 | // Deletion utility method |
| 3421 | //-------------------------------------------------------------------------------------- |
| 3422 | void ShaderCache::DeleteObjectFile( Shader* pShader ) |
| 3423 | { |
| 3424 | DeleteFileByFilename( pShader->m_wsObjectFile ); |
| 3425 | } |
| 3426 | |
| 3427 | |
| 3428 | //-------------------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected