mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
gl_shader_decompiler: Fix gl_PointSize redeclaration
This commit is contained in:
parent
faa74c08fb
commit
9f111492cb
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…
Add table
Add a link
Reference in a new issue