Blender V4.5
BLI_endian_defines.h File Reference

Go to the source code of this file.

Macros

#define L_ENDIAN   1
#define B_ENDIAN   0
#define ENDIAN_ORDER   L_ENDIAN

Macro Definition Documentation

◆ B_ENDIAN

◆ ENDIAN_ORDER

◆ L_ENDIAN

#define L_ENDIAN   1

ENDIAN_ORDER: indicates what endianness the platform where the file was written had.

Definition at line 19 of file BLI_endian_defines.h.

Referenced by blo_decode_and_check(), BLO_readfile_blender_header_decode(), cdf_endian(), blender::bke::bake::get_endian_io_name(), and png_extend_native_int32().