Blender V5.0
eevee_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#include "RE_engine.h"
13
15
16namespace blender::eevee {
17
18struct Engine : public DrawEngine::Pointer {
20
21 static void free_static();
22};
23
24} // namespace blender::eevee
RenderEngineType DRW_engine_viewport_eevee_type
DrawEngine * create_instance() final
static void free_static()