Blender V4.3
COM_KuwaharaClassicOperation.h
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#pragma once
6
8
9namespace blender::compositor {
10
12 bool high_precision_;
13
14 public:
16
17 void set_high_precision(bool high_precision)
18 {
19 high_precision_ = high_precision;
20 }
21
23 const rcti &area,
24 Span<MemoryBuffer *> inputs) override;
25};
26
27} // namespace blender::compositor
void update_memory_buffer_partial(MemoryBuffer *output, const rcti &area, Span< MemoryBuffer * > inputs) override
a MemoryBuffer contains access to the data