Fix fragment shaders (and fuck everything up)
This commit is contained in:
parent
2890fc1069
commit
511db833db
4 changed files with 21 additions and 6 deletions
|
@ -91,6 +91,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
|||
{
|
||||
funcKeyword = "fragment";
|
||||
funcName = "fragmentMain";
|
||||
returnType = "FragmentOutput";
|
||||
}
|
||||
else if (stage == ShaderStage.Compute)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue