Blender V5.0
image_engine.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2020 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "DRW_render.hh"
12
13namespace blender::image_engine {
14
15struct Engine : public DrawEngine::Pointer {
17
18 static void free_static();
19};
20
21} // namespace blender::image_engine
#define final(a, b, c)
Definition BLI_hash.h:19
DrawEngine * create_instance() final