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

Method SetRenderRprimParams

Hydrogent/src/Tasks/HnTaskManager.cpp:363–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void HnTaskManager::SetRenderRprimParams(const HnRenderRprimsTaskParams& Params)
364{
365 for (const auto& TaskId : m_RenderTaskIds)
366 {
367 SetTaskParams(TaskId, Params);
368 }
369}
370
371void HnTaskManager::CreatePostProcessTask()
372{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected