|
Blender V4.3
|
#include <stdint.h>#include <sys/types.h>#include <stdbool.h>#include <stddef.h>#include <uchar.h>Go to the source code of this file.
Typedefs | |
| typedef unsigned short | ushort |
| typedef unsigned long | ulong |
| typedef unsigned char | uchar |
Culling | |
| typedef unsigned int | uint |
A platform-independent definition of [u]intXX_t Plus the accompanying header include for htonl/ntohl
This file includes <sys/types.h> to define [u]intXX_t types, where XX can be 8, 16, 32 or 64. Unfortunately, not all systems have this file.
Definition in file BLI_sys_types.h.
| typedef unsigned char uchar |
Definition at line 71 of file BLI_sys_types.h.
| Frequency::GEOMETRY uint |
Definition at line 68 of file BLI_sys_types.h.
| typedef unsigned long ulong |
Definition at line 70 of file BLI_sys_types.h.
| typedef unsigned short ushort |
Definition at line 69 of file BLI_sys_types.h.