mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-10 11:47:19 -03:00
Dont bind images in texture slots
This commit is contained in:
parent
2860db198c
commit
7d5b4c5d1d
1 changed files with 1 additions and 4 deletions
|
@ -560,10 +560,7 @@ namespace Ryujinx.Graphics.Metal
|
||||||
|
|
||||||
public void SetImage(ShaderStage stage, int binding, ITexture texture, Format imageFormat)
|
public void SetImage(ShaderStage stage, int binding, ITexture texture, Format imageFormat)
|
||||||
{
|
{
|
||||||
if (texture is TextureBase tex)
|
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||||
{
|
|
||||||
_encoderStateManager.UpdateTexture(stage, (ulong)binding, tex);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetImageArray(ShaderStage stage, int binding, IImageArray array)
|
public void SetImageArray(ShaderStage stage, int binding, IImageArray array)
|
||||||
|
|
Loading…
Reference in a new issue