Blender V5.0
image_engine.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2020 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10
11#include "image_engine.h"
12#include "image_instance.hh"
13#include "image_shader.hh"
14
15namespace blender::image_engine {
16
17DrawEngine *Engine::create_instance()
18{
19 return new Instance();
20}
21
23{
25}
26
27} // namespace blender::image_engine
static void free_static()
DrawEngine * create_instance() final