Blender V5.0
util/types.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include "util/types_base.h" // IWYU pragma: export
8
9#include "util/types_uchar2.h" // IWYU pragma: export
10#include "util/types_uchar3.h" // IWYU pragma: export
11#include "util/types_uchar4.h" // IWYU pragma: export
12
13#include "util/types_int2.h" // IWYU pragma: export
14#include "util/types_int3.h" // IWYU pragma: export
15#include "util/types_int4.h" // IWYU pragma: export
16#include "util/types_int8.h" // IWYU pragma: export
17
18#include "util/types_uint2.h" // IWYU pragma: export
19#include "util/types_uint3.h" // IWYU pragma: export
20#include "util/types_uint4.h" // IWYU pragma: export
21
22#include "util/types_ushort4.h" // IWYU pragma: export
23
24#include "util/types_float2.h" // IWYU pragma: export
25#include "util/types_float3.h" // IWYU pragma: export
26#include "util/types_float4.h" // IWYU pragma: export
27#include "util/types_float8.h" // IWYU pragma: export
28
29#include "util/types_rgbe.h" // IWYU pragma: export
30#include "util/types_spectrum.h" // IWYU pragma: export
31
32#include "util/types_dual.h" // IWYU pragma: export