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