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

Method SetParams

Hydrogent/src/HnRenderPass.cpp:558–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void HnRenderPass::SetParams(const HnRenderPassParams& Params)
559{
560 if (m_Params.UsdPsoFlags != Params.UsdPsoFlags)
561 m_DrawListItemsDirtyFlags |= DRAW_LIST_ITEM_DIRTY_FLAG_PSO;
562
563 m_Params = Params;
564}
565
566void HnRenderPass::UpdateDrawList(const pxr::TfTokenVector& RenderTags)
567{

Callers 2

SyncMethod · 0.80
SyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected