-
Notifications
You must be signed in to change notification settings - Fork 90
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
Missing 2.6 features #308
Comments
Since I'm on my work account, I'll add this comment here then edit the above message later: Implement IsSrgb() https://github.com/SFML/CSFML/pull/196/files |
I only added the missing Scancode type and union field to restore the broken ABI, the feature is most likely not complete. |
Alright @crumblingstatue I'm not sure about how to implement everything else. ill leave it up to you to decide/do them. I don't feel I need them but wanted to at least make rust-sfml do what regular sfml does. You can also edit my IsSrgb message once that's merged. |
I'm just creating an issue for every missing 2.6 feature. This list will just stay here. Whether we implement them or not will be based on personal needs/wants. If someone creates an issue stating that this feature is missing, then we could include it, and document it's implementation here too.
Missing 2.6 features:
sf::Image::saveToMemory
SFML/CSFML#195isSrgb()
SFML/CSFML#196sf::Vulkan
functions SFML/CSFML#198The text was updated successfully, but these errors were encountered: