commit | cb3d7d3831bc21becfe422c8e3ef00578075b2a6 | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Wed Nov 13 21:50:59 2013 -0800 |
committer | Sam Lantinga <slouken@libsdl.org> | Wed Nov 13 21:50:59 2013 -0800 |
tree | 28c1b7f58d6b603c2679fc715b24e81892f3bf1a | |
parent | ee3f8b15d53d9c8ac745c840f56aa35d513f92ca [diff] |
Diagonal flipping with RenderCopyEx Ivan Rubinson As it turns out, it was impossible to render a texture flipped diagonally (both vertically and horizontally) with one RenderCopyEx call. With help from #SDL @ freenode, we came up with a fix.