12-31-2023, 07:27 PM
It could be interesting, but on the QB64 side it might be a bit hard to implement. You should be able to achieve the same thing by rendering to a separate image and using `_PutImage` before `_Display`, so I'm not sure it would actually save that much work.