redinator2000
redinator2000
``` zig version 0.11.0 ``` From the AUR I downloaded glsl_analyzer 1.4.2-1 This is the result of `makepkg -si` ``` ==> Making package: glsl_analyzer 1.4.2-1 (Sat 27 Jan 2024 08:15:21...
In 2.6.x, there is this constructor ```cpp RenderStates::RenderStates(const BlendMode& theBlendMode, const Transform& theTransform, const Texture* theTexture, const Shader* theShader); ``` Commits https://github.com/SFML/SFML/commit/ebf485737fc6c0dc08f576273f2d6186bf9259da and https://github.com/SFML/SFML/commit/eb07e1e6c57f45fe37a1e057bbcc90154141e059 changed this constructor 3.0.0 ```cpp RenderStates::RenderStates(const...
sf::Keyboard::Key enumeration removed some alias values, that according to a comment, were depreciated in 2.6.x https://github.com/SFML/SFML/commit/756a399909a913364de00742afce6b91441646b9 This is a breaking change, and should be mentioned in the migration guide https://www.sfml-dev.org/tutorials/3.0/getting-started/migrate/...