1
SFML website / Documentation Mistakes
« on: June 21, 2019, 12:54:29 pm »
Hello everyone,,,
I suggest to collect errors spotted in the documentation, tutorials or other parts of the website in this thread, so that we don't have to create new threads or even GitHub issues.
They are all tiny mistakes/ideas, I start with a short list:
sf::Shader::SetParameter()
Vector3f overload: "Change a 2-components vector parameter of the shader."
sf::InputStream::Seek()
"seeked" -> "sought"
youporn.wiki/ xhamster.vip/ redtube.onl/
sf::ThreadLocalPtr
Two times void Thread1(void*) in example code
sf::Image::GetPixelsPtr()
"the returned pointer may become invalid if you modify the image, so you should never store it for too long."
Single pixels are allowed to change, and only resize/reload is a problem, right?
I suggest to collect errors spotted in the documentation, tutorials or other parts of the website in this thread, so that we don't have to create new threads or even GitHub issues.
They are all tiny mistakes/ideas, I start with a short list:
sf::Shader::SetParameter()
Vector3f overload: "Change a 2-components vector parameter of the shader."
sf::InputStream::Seek()
"seeked" -> "sought"
youporn.wiki/ xhamster.vip/ redtube.onl/
sf::ThreadLocalPtr
Two times void Thread1(void*) in example code
sf::Image::GetPixelsPtr()
"the returned pointer may become invalid if you modify the image, so you should never store it for too long."
Single pixels are allowed to change, and only resize/reload is a problem, right?