MCPcopy 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
57void ShaderFactory::ClearCache()
58{
59 m_BytecodeCache.clear();
60}
61
62std::shared_ptr<IBlob> ShaderFactory::GetBytecode(const char* fileName, const char* entryName)
63{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected