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

Method ParamKey

Hydrogent/src/Tasks/HnTaskManager.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78HnTaskManager::TaskParamsDelegate::ParamKey::ParamKey(const pxr::SdfPath& _Path, const pxr::TfToken& _ValueKey) :
79 Path{_Path},
80 ValueKey{_ValueKey},
81 Hash{ComputeHash(pxr::SdfPath::Hash{}(_Path), pxr::TfToken::HashFunctor{}(_ValueKey))}
82{}
83
84HnTaskManager::TaskParamsDelegate::TaskParamsDelegate(pxr::HdRenderIndex& Index,
85 const pxr::SdfPath& Id) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected