beyond-all-reason / Beyond-All-Reason

Main game repository for Beyond All Reason.
https://www.beyondallreason.info/
Other
1.78k stars 296 forks source link

change reserved glsl word #3618

Closed loveridge closed 2 months ago

loveridge commented 2 months ago

[t=00:54:42.504397][f=0006420] Loading: LuaUI/Widgets/gfx_bloom_shader_deferred.lua [t=00:54:42.507925][f=0006420] [BloomShader::Initialize] blurShader compilation failed [t=00:54:42.508254][f=0006420] 0:24(28): error: illegal use of reserved word `input' 0:24(28): error: syntax error, unexpected ERROR_TOK, expecting ')'

https://registry.khronos.org/OpenGL/specs/gl/GLSLangSpec.4.00.pdf page 15

Work done

change input to new name

Beherith commented 2 months ago

Thank you @loveridge