-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added functions for creating sRGB enabled textures from file / memory, etc. #177
Conversation
… / stream / image, removed unused functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some documentation adjustments 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked it out locally and compared C++ results to C ones and got the same end result.
Thanks a ton for getting this fixed! 🙂 |
…ions Delete reference to deleted `sfTexture_setSrgb` See SFML#177
…ions Delete reference to deleted `sfTexture_setSrgb` See #177
..and removed some unused functions, sfTexture_setSrgb and sfTexture_loadFromFile.