Image binding support

Kirby still has a problem with NaN 3D Texture
This commit is contained in:
Isaac Marovitz
2024-07-24 14:58:56 +01:00
committed by Evan Husted
parent 015f5d00b4
commit d42f0e5945
4 changed files with 99 additions and 5 deletions

View File

@@ -26,6 +26,6 @@ namespace Ryujinx.Graphics.Metal
public const uint ConstantBuffersIndex = 20;
public const uint StorageBuffersIndex = 21;
public const uint TexturesIndex = 22;
public const uint ImagessIndex = 23;
public const uint ImagesIndex = 23;
}
}