mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 18:22:25 -07:00
declare local memory
This commit is contained in:
@@ -28,6 +28,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, $"Shader linking failed: \n{StringHelper.String(libraryError.LocalizedDescription)}");
|
||||
_status = ProgramLinkStatus.Failure;
|
||||
Console.WriteLine(shader.Code);
|
||||
throw new NotImplementedException();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user