mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 07:57:59 -05:00
gl_shader_decompiler: Fix gl_PointSize redeclaration
This commit is contained in:
@ -310,7 +310,7 @@ private:
|
||||
}
|
||||
|
||||
if (ir.UsesPointSize()) {
|
||||
code.AddLine("int gl_PointSize;");
|
||||
code.AddLine("float gl_PointSize;");
|
||||
}
|
||||
|
||||
--code.scope;
|
||||
|
Reference in New Issue
Block a user