[SDL] SDL_BYTEORDER
Brian
brian.ripoff at gmail.com
Thu Mar 22 02:12:01 PDT 2007
System refers to the PC architecture, for example intel x86 and clones
versus Motorola processors. Intels are little-endian and Motorolas
are (AFAIK) big endian. Big endian is also called "network endian"
since it is the supposed standard endianess used when transmitting
binary data (as opposed to text, which is endian neutral ) over
networks.
On 3/22/07, Patricia Curtis <patricia.curtis at gmail.com> wrote:
> "The position of the induvidual color components depends on wether the
> system
> is big- or little-endian."
>
> you say system, is that system as in linux one system and windows another
> system or are you saying my pc is one system and jo blogs system is another
> system (both running windows)?
>
> Trish
>
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>
>
More information about the SDL
mailing list