Hi
I am working on a game that has to play on a 1360x768 monitor, which is physically rotated 90 degrees (so it's 768x1360, and the "top left" pixel is actually in the bottom left...). Of course, my game framework is set up for normal orientation...
Is there any way we can draw a frame as normal, but then rotate it automatically, without killing the CPU??
Thanks
Ed