Buffer Conversions (#23)

* Why is this not working

* Revert helper shader changes for now

* Byte Index Buffer Restride
This commit is contained in:
Isaac Marovitz
2024-06-20 12:59:29 +01:00
committed by Evan Husted
parent 20cf1a08c1
commit b8779c6e09
10 changed files with 692 additions and 39 deletions

View File

@@ -58,7 +58,7 @@ namespace Ryujinx.Graphics.Metal
_pipeline.InitEncoderStateManager(_bufferManager);
_helperShader = new HelperShader(_device, _pipeline);
_helperShader = new HelperShader(_device, this, _pipeline);
SyncManager = new SyncManager(this);
}