vertex arrays to image background
in
Programming Questions
•
2 years ago
Hello,
I'm trying to optimize an application where I use some vertex arrays for the rendering. Right now, at every frame, some elements are added to the buffers and every elements are drawn to the screen. I'd like to make a "screen capture" at some point, save the current frame like a "static image", emty the buffers and use the capture as a background (no need to compute the elements already drawn after a while).
If anyone has some advice, idea or direction to do that, it would be nice!!
1