Blender V4.3
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#ifndef __BVH_METAL_H__
6#define __BVH_METAL_H__
7
8#ifdef WITH_METAL
9
10# include "bvh/bvh.h"
11
13
14BVH *bvh_metal_create(const BVHParams &params,
15 const vector<Geometry *> &geometry,
16 const vector<Object *> &objects,
17 Device *device);
18
20
21#endif /* WITH_METAL */
22
23#endif /* __BVH_METAL_H__ */
Definition bvh/bvh.h:66
#define CCL_NAMESPACE_END
uiWidgetBaseParameters params[MAX_WIDGET_BASE_BATCH]