mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
gl_shader_decompiler: Fix gl_PointSize redeclaration
This commit is contained in:
parent
aca40de224
commit
0eb0c24269
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ private:
|
|||
}
|
||||
|
||||
if (ir.UsesPointSize()) {
|
||||
code.AddLine("int gl_PointSize;");
|
||||
code.AddLine("float gl_PointSize;");
|
||||
}
|
||||
|
||||
--code.scope;
|
||||
|
|
Loading…
Reference in a new issue