Bind Uniform & Storage Buffers

This commit is contained in:
Isaac Marovitz 2024-03-20 16:37:08 -04:00 committed by Isaac Marovitz
parent ebc53d7961
commit 192a84aa2d
2 changed files with 78 additions and 12 deletions

View file

@ -6,5 +6,6 @@ namespace Ryujinx.Graphics.Metal
{
public IntPtr Handle;
public int Offset;
public int Index;
}
}