MCPcopy Create free account
hub / github.com/RenderKit/embree / resetTessellationCache

Function resetTessellationCache

kernels/subdiv/tessellation_cache.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 void resetTessellationCache()
24 {
25 //SharedLazyTessellationCache::sharedLazyTessellationCache.addCurrentIndex(SharedLazyTessellationCache::NUM_CACHE_SEGMENTS);
26 SharedLazyTessellationCache::sharedLazyTessellationCache.reset();
27 }
28
29 SharedLazyTessellationCache::SharedLazyTessellationCache()
30 {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected