Blender V5.0
metal.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2021-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#ifdef WITH_METAL
8
9# include "bvh/bvh.h"
10
11# include "util/unique_ptr.h"
12
14
15unique_ptr<BVH> bvh_metal_create(const BVHParams &params,
16 const vector<Geometry *> &geometry,
17 const vector<Object *> &objects,
18 Device *device);
19
21
22#endif /* WITH_METAL */
#define CCL_NAMESPACE_END
uiWidgetBaseParameters params[MAX_WIDGET_BASE_BATCH]