mirror of
https://github.com/brl/mutter.git
synced 2025-04-12 13:19:38 +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.