A framebuffer organization scheme whereby each pixel value is "packed" one by one right after one another, from left to right, top to bottom. Therefore you can find the pixel at (x,y) x*bpp + y*width*bpp bits after the start of the framebuffer. Most video cards are of this variety.

Log in or register to write something here or to contact authors.