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

Method _MarkCollectionDirty

Hydrogent/src/HnRenderPass.cpp:552–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552void HnRenderPass::_MarkCollectionDirty()
553{
554 // Force any cached data based on collection to be refreshed.
555 m_GlobalAttribVersions.Collection = ~0u;
556}
557
558void HnRenderPass::SetParams(const HnRenderPassParams& Params)
559{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected