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

Method SetParameter

Hydrogent/src/Tasks/HnTaskManager.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void HnTaskManager::SetParameter(const pxr::SdfPath& TaskId, const TfToken& ValueKey, pxr::VtValue Value)
254{
255 m_ParamsDelegate.SetParameter(TaskId, ValueKey, std::move(Value));
256}
257
258void HnTaskManager::CreateBeginFrameTask()
259{

Callers 3

SetCollectionMethod · 0.45
SetRenderTagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected