MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / Clear

Method Clear

src/engine/BindingCache.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void BindingCache::Clear()
92{
93 m_Mutex.lock();
94 m_BindingSets.clear();
95 m_Mutex.unlock();
96}

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected