Graphics/ForwardFramePipeline: Fix scissor update

This commit is contained in:
Jérôme Leclercq
2022-02-22 13:31:22 +01:00
parent 7ece44b4f4
commit 0dd8c21543
6 changed files with 42 additions and 16 deletions

View File

@@ -7,7 +7,12 @@
namespace Nz
{
inline void DepthPipelinePass::ForceInvalidation()
inline void DepthPipelinePass::InvalidateCommandBuffers()
{
m_rebuildCommandBuffer = true;
}
inline void DepthPipelinePass::InvalidateElements()
{
m_rebuildElements = true;
}