Graphics/ForwardFramePipeline: Fix scissor update
This commit is contained in:
@@ -7,7 +7,12 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
inline void ForwardPipelinePass::ForceInvalidation()
|
||||
inline void ForwardPipelinePass::InvalidateCommandBuffers()
|
||||
{
|
||||
m_rebuildCommandBuffer = true;
|
||||
}
|
||||
|
||||
inline void ForwardPipelinePass::InvalidateElements()
|
||||
{
|
||||
m_rebuildElements = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user