GAL Changes

This commit is contained in:
Isaac Marovitz
2024-09-18 23:52:24 +02:00
committed by Isaac Marovitz
parent f58920b944
commit 7d86cb8d7f
2 changed files with 1 additions and 11 deletions

View File

@@ -661,7 +661,7 @@ namespace Ryujinx.Graphics.Metal
_encoderStateManager.UpdateIndexBuffer(buffer, type);
}
public void SetImage(ShaderStage stage, int binding, ITexture image, Format imageFormat)
public void SetImage(ShaderStage stage, int binding, ITexture image)
{
if (image is TextureBase img)
{