Blender V4.3
draw_sculpt.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
9#pragma once
10
11#include "draw_manager.hh"
12
13namespace blender::draw {
14
15#define SCULPT_DEBUG_DRAW (G.debug_value == 889)
16
18 gpu::Batch *batch;
22};
23
33
36
40
41} // namespace blender::draw
#define ENUM_OPERATORS(_type, _max)
Vector< SculptBatch > sculpt_batches_get(const Object *ob, SculptBatchFeature features)
@ SCULPT_BATCH_VERTEX_COLOR
Vector< SculptBatch > sculpt_batches_per_material_get(const Object *ob, Span< const GPUMaterial * > materials)