add todo notice

This commit is contained in:
Samuliak 2024-05-19 08:09:06 +02:00 committed by Evan Husted
parent f3d314104f
commit bc9a26bbf2

View File

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