MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / Get

Method Get

Hydrogent/src/Tasks/HnTaskManager.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98pxr::VtValue HnTaskManager::TaskParamsDelegate::Get(const pxr::SdfPath& Id, const pxr::TfToken& ValueKey)
99{
100 auto it = m_ParamsCache.find({Id, ValueKey});
101 return it != m_ParamsCache.end() ? it->second : pxr::VtValue{};
102}
103
104pxr::GfMatrix4d HnTaskManager::TaskParamsDelegate::GetTransform(const pxr::SdfPath& Id)
105{

Callers 9

AllocateMethod · 0.45
GetSRBMethod · 0.45
PrepareSRBMethod · 0.45
SyncMethod · 0.45
PrepareSRBsMethod · 0.45
SyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected