WIP: Add new SDL_Renderer APIs#1216
WIP: Add new SDL_Renderer APIs#1216moralrecordings wants to merge 7 commits intoRust-SDL2:masterfrom
Conversation
c554550 to
5fab0b0
Compare
5fab0b0 to
edc958b
Compare
edc958b to
503d18c
Compare
|
Any updates on this? I would really like to see the |
antonilol
left a comment
There was a problem hiding this comment.
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?
|
Since this PR was opened things like |
Copy + Into<RColor>, which should keep older code working.TODO: