mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 07:18:13 -05:00
gl_shader_decompiler: Fix gl_PointSize redeclaration
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user