SFML community forums

General => SFML website => Topic started by: Jengamon on August 18, 2016, 04:04:26 am

Title: Update the Official Tutorials
Post by: Jengamon on August 18, 2016, 04:04:26 am
I hope I'm not being annoying, but as I was browsing through the documentation for SFML 2.4, I found a reference to setParameter in the Shader tutorial. That function was deprecated in that version. Also, there is no reference to geometry shaders, which were added in 2.4. This is just to say that it's not exactly up to date.

This is literally my first post here, so if I'm doing anything wrong (wrong forum, we don't talk about that, etc.), please tell me. Thank you for your time.
Title: Re: Update the Official Tutorials
Post by: Laurent on August 18, 2016, 08:10:25 am
Thanks for your feedback. The website has its own repository on github, so feel free to open issues (or even PRs) there.

https://github.com/SFML/SFML-Website/issues
Title: Re: Update the Official Tutorials
Post by: Hapax on August 18, 2016, 12:43:39 pm
It actually already has an issue (https://github.com/SFML/SFML-Website/issues/68) :)

Note that it's not as simple as replacement in this tutorial as setUniform takes different overloads.