| 115 | } |
| 116 | |
| 117 | bool ShaderCacheManager::CachedEntryHandle::Exists() const |
| 118 | { |
| 119 | return FileSystem::FileExists(Path); |
| 120 | } |
| 121 | |
| 122 | DateTime ShaderCacheManager::CachedEntryHandle::GetModificationDate() const |
| 123 | { |
no outgoing calls
no test coverage detected