When I (for example) write 0x1111FFFF to the backbuffer at position (0,0), it turns out that 0x1111 is the color of the second pixel (position: 1,0) and 0xFFFF is at 0,0.
Is this behaviour universal across all devices, or does it depend on the video memory layout and how the backbuffer is blitted to it?
Maybe Thierry can help as I would imagine he knows the internals of PH
