mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08: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()) {
|
if (ir.UsesPointSize()) {
|
||||||
code.AddLine("int gl_PointSize;");
|
code.AddLine("float gl_PointSize;");
|
||||||
}
|
}
|
||||||
|
|
||||||
--code.scope;
|
--code.scope;
|
||||||
|
Loading…
Reference in New Issue
Block a user