MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / invalidate_all

Method invalidate_all

src/python/py_imagecache.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void ImageCacheWrap::invalidate_all (bool force=false)
172{
173 return m_cache->invalidate_all(force);
174}
175
176void declare_imagecache()
177{

Callers 3

launch_tex_threadsFunction · 0.45
mainFunction · 0.45
ic_invalidate_all_testFunction · 0.45

Calls

no outgoing calls

Tested by 2

launch_tex_threadsFunction · 0.36
ic_invalidate_all_testFunction · 0.36