You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 20:03:48 +00:00
When setting the default precision type for uniforms (before compiling the shader) prevent boolean uniforms from having one set. Booleans can't have a precision type and on some Android devices this caused a compilation failure. Fixes #30317