add todo notice

This commit is contained in:
Samuliak 2024-05-19 08:09:06 +02:00 committed by Isaac Marovitz
parent c3d1f93bc1
commit 77ca515e06
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ namespace Ryujinx.Graphics.Metal
public void RebindState(MTLRenderCommandEncoder renderCommandEncoder)
{
// TODO: only rebind the dirty state
SetPipelineState(renderCommandEncoder);
SetDepthStencilState(renderCommandEncoder, _currentState.DepthStencilState);
SetDepthClamp(renderCommandEncoder, _currentState.DepthClipMode);