Blender V5.0
workbench_engine.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2016 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "DRW_render.hh"
12
13struct RenderEngineType;
14
16
17namespace blender::workbench {
18
19struct Engine : public DrawEngine::Pointer {
21
22 static void free_static();
23};
24
25} // namespace blender::workbench
DrawEngine * create_instance() final
static void free_static()
RenderEngineType DRW_engine_viewport_workbench_type