don't use mask on size query
This commit is contained in:
parent
979da4c1ab
commit
f5cffa0b46
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue