-
Notifications
You must be signed in to change notification settings - Fork 473
WIP: Add new SDL_Renderer APIs #1216
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
base: master
Are you sure you want to change the base?
Conversation
c554550
to
5fab0b0
Compare
5fab0b0
to
edc958b
Compare
edc958b
to
503d18c
Compare
Any updates on this? I would really like to see the |
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.
Adding RColor is not needed I think, the Color struct will have the exact same layout as SDL_Color if #[repr(C)]
is added.
Can you rebase the commits and add a changelog entry?
Copy + Into<RColor>
, which should keep older code working.TODO: