Hi Manfred,
I have a couple of questions.
Those devices might have different resolutions. One resolution is 1280x800 and another is 1280x720.
In this case, the way of separating off-screen buffer can be used?
I'd like to create two viewports and use them because, in terms of maintenance, it would be better than modifying GenericEndUpdate() in person.
If it is ok, do you think there is no problem while copying the off-screen buffer to the framebuffer?
(In other words, is it safe to copy between two buffers?)
Lastly, we don't want the content to be different between two devices.
I think two options come to mind.
One is to shrink it before copying to framebuffer. But I don't think this is practical use.
The other one is to truncate it before copying to framebuffer. But we don't want to do it.
Do you have any idea on this issue?
Best Regards,
Kangmin