Blender V4.3
metal.mm
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2021-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#ifdef WITH_METAL
6
7# include "device/metal/bvh.h"
8
10
11BVH *bvh_metal_create(const BVHParams &params,
12 const vector<Geometry *> &geometry,
13 const vector<Object *> &objects,
14 Device *device)
15{
16 return new BVHMetal(params, geometry, objects, device);
17}
18
20
21#endif /* WITH_METAL */
Definition bvh/bvh.h:66
#define CCL_NAMESPACE_END
uiWidgetBaseParameters params[MAX_WIDGET_BASE_BATCH]