Buffer Conversions (#23)
* Why is this not working * Revert helper shader changes for now * Byte Index Buffer Restride
This commit is contained in:
committed by
Evan Husted
parent
20cf1a08c1
commit
b8779c6e09
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user