Blender V5.0
overlay_engine.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019 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::draw::overlay {
14
15struct Engine : public DrawEngine::Pointer {
17
18 static void free_static();
19};
20
21} // namespace blender::draw::overlay
DrawEngine * create_instance() final