Blender V4.3
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 blend_header_is_endian_switch_needed(), cdf_endian(), decode_blender_header(), blender::bke::bake::get_endian_io_name(), and png_extend_native_int32().