What1
10-11-2003, 10:21 AM
Hello!
I need to scroll back buffer, i.e. to copy pixels from one rect to another in the same buffer and the rects can overlap.
I can't use glCopyPixels, because pixels are always copied in row order from the lowest to the highest row, left to right in each row and if the rects overlap the result is incorrect.
I need to scroll back buffer, i.e. to copy pixels from one rect to another in the same buffer and the rects can overlap.
I can't use glCopyPixels, because pixels are always copied in row order from the lowest to the highest row, left to right in each row and if the rects overlap the result is incorrect.