don't use mask on size query

This commit is contained in:
Samuliak
2024-05-20 19:12:17 +02:00
committed by Evan Husted
parent d5b98d6187
commit 765ca8e6c0
2 changed files with 1 additions and 3 deletions

View File

@@ -28,8 +28,6 @@ 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;
}