SDL Wiki
(This is the documentation for SDL3, which is the current stable version. SDL2 was the previous version!)

SDL_SwapFloatLE

Swap a floating point value from littleendian to native byte order.

Header File

Defined in <SDL3/SDL_endian.h>

Syntax

#define SDL_SwapFloatLE(x) SwapOnlyIfNecessary(x)

Macro Parameters

x the value to swap, in littleendian byte order.

Return Value

Returns x in native byte order.

Remarks

If this is running on a littleendian system, x is returned unchanged.

This macro never references x more than once, avoiding side effects.

Thread Safety

It is safe to call this macro from any thread.

Version

This macro is available since SDL 3.1.3.


CategoryAPI, CategoryAPIMacro, CategoryEndian


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.