Blender
V5.0
intern
cycles
util
concurrent_vector.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2011-2025 Blender Foundation
2
*
3
* SPDX-License-Identifier: Apache-2.0 */
4
5
#pragma once
6
7
/* TBB includes <windows.h>, do it ourselves first so we are sure
8
* WIN32_LEAN_AND_MEAN and similar are defined beforehand. */
9
#ifdef _WIN32
10
# include "
util/windows.h
"
11
#endif
12
13
#include <tbb/concurrent_vector.h>
14
15
CCL_NAMESPACE_BEGIN
16
17
using
tbb::concurrent_vector;
18
19
CCL_NAMESPACE_END
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:37
windows.h
Generated on
for Blender by
doxygen
1.16.1