Blender
V5.0
source
blender
draw
engines
image
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
13
namespace
blender::image_engine
{
14
15
struct
Engine
:
public
DrawEngine::Pointer
{
16
DrawEngine
*
create_instance
()
final
;
17
18
static
void
free_static
();
19
};
20
21
}
// namespace blender::image_engine
final
#define final(a, b, c)
Definition
BLI_hash.h:19
DRW_render.hh
blender::image_engine
Definition
image_batches.hh:13
DrawEngine::Pointer
Definition
DRW_render.hh:96
DrawEngine
Definition
DRW_render.hh:69
blender::eevee::Engine
Definition
eevee_engine.h:18
blender::image_engine::Engine::create_instance
DrawEngine * create_instance() final
blender::image_engine::Engine::free_static
static void free_static()
Generated on
for Blender by
doxygen
1.16.1