mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
gl_shader_decompiler: Fix gl_PointSize redeclaration
This commit is contained in:
parent
aca40de224
commit
0eb0c24269
@ -310,7 +310,7 @@ private:
|
||||
}
|
||||
|
||||
if (ir.UsesPointSize()) {
|
||||
code.AddLine("int gl_PointSize;");
|
||||
code.AddLine("float gl_PointSize;");
|
||||
}
|
||||
|
||||
--code.scope;
|
||||
|
Loading…
Reference in New Issue
Block a user