Blender
V5.0
source
blender
draw
engines
image
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
15
namespace
blender::image_engine
{
16
17
DrawEngine *
Engine::create_instance
()
18
{
19
return
new
Instance
();
20
}
21
22
void
Engine::free_static
()
23
{
24
ShaderModule::module_free
();
25
}
26
27
}
// namespace blender::image_engine
blender::eevee::ShaderModule::module_free
static void module_free()
Definition
eevee_shader.cc:40
image_engine.h
image_instance.hh
image_shader.hh
blender::bke::AttrDomain::Instance
@ Instance
Definition
BKE_attribute.hh:77
blender::image_engine
Definition
image_batches.hh:13
blender::eevee::Engine::free_static
static void free_static()
Definition
eevee_engine.cc:29
blender::image_engine::Engine::create_instance
DrawEngine * create_instance() final
Generated on
for Blender by
doxygen
1.16.1