Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ ClearCache
Method
ClearCache
src/engine/ShaderFactory.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void ShaderFactory::ClearCache()
58
{
59
m_BytecodeCache.clear();
60
}
61
62
std::shared_ptr<IBlob> ShaderFactory::GetBytecode(const char* fileName, const char* entryName)
63
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected