Skip to content

Commit

Permalink
Changelog: Mention compat breaking removal of illegal '1f' syntax for…
Browse files Browse the repository at this point in the history
… shaders

Fixes godotengine#59316.

(cherry picked from commit 968af50)
  • Loading branch information
akien-mga committed Sep 9, 2022
1 parent be2739b commit 5d1b579
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,11 @@ See the [release announcement](https://godotengine.org/article/godot-3-5-cant-st

- Android: Drop broken 32-bit framebuffer setting ([GH-54431](https://github.com/godotengine/godot/pull/54431)).

#### Shaders

- Removed support for `1f` or `0f` float literal syntax which is invalid in GLSL ([GH-55623](https://github.com/godotengine/godot/pull/55623)).
Floats should be written with a decimal separator (`1.0f` or `0.f`).


### Fixed

Expand Down

0 comments on commit 5d1b579

Please sign in to comment.