mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-30 19:21:33 -08:00
add todo notice
This commit is contained in:
parent
918e1c16b7
commit
348a37a355
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user