mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-07 04:32:33 -07:00
Fix fragment shaders (and fuck everything up)
This commit is contained in:
committed by
Isaac Marovitz
parent
2890fc1069
commit
511db833db
@@ -91,6 +91,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||
{
|
||||
funcKeyword = "fragment";
|
||||
funcName = "fragmentMain";
|
||||
returnType = "FragmentOutput";
|
||||
}
|
||||
else if (stage == ShaderStage.Compute)
|
||||
{
|
||||
|
Reference in New Issue
Block a user