Blender V5.0
pbvh_pixels_copy.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#include "BKE_paint_bvh.hh"
6
7#include "pbvh_uv_islands.hh"
8
10
11void copy_update(Tree &pbvh,
12 Image &image,
13 ImageUser &image_user,
14 const uv_islands::MeshData &mesh_data);
15
16} // namespace blender::bke::pbvh::pixels
A BVH for high poly meshes.
struct ImageUser ImageUser
struct Image Image
void copy_update(blender::bke::pbvh::Tree &pbvh, Image &image, ImageUser &image_user, const uv_islands::MeshData &mesh_data)