Add back uniformsChanged = false

This commit is contained in:
Stephen Pridham 2022-11-18 17:50:58 -05:00 committed by Robert Beckebans
parent 8f190b85c2
commit 2ac23b0c9b

View file

@ -312,5 +312,6 @@ void idRenderProgManager::CommitConstantBuffer( nvrhi::ICommandList* commandList
if( uniformsChanged )
{
commandList->writeBuffer( constantBuffer[BindingLayoutType()], uniforms.Ptr(), uniforms.Allocated() );
uniformsChanged = false;
}
}