mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 20:58:10 +00:00

Wayland visuals refer to a pixel's bytes in order from most significant to least significant, while the one-byte-per-component Cogl formats refer to the order of increasing memory addresses, so converting between the two depends on the system's endianness.