MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getTexture

Method getTexture

Engine/AppManager.cpp:2452–2462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2450}
2451
2452bool
2453AppManager::getTexture(const FrameKey & key,
2454 std::list<FrameEntryPtr>* returnValue) const
2455{
2456 std::list<FrameEntryPtr> retList;
2457 bool ret = _imp->_viewerCache->get(key, &retList);
2458
2459 *returnValue = retList;
2460
2461 return ret;
2462}
2463
2464bool
2465AppManager::getTextureOrCreate(const FrameKey & key,

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected