|
Blender V5.0
|
#include <array>#include "BLI_map.hh"#include "BLI_mutex.hh"#include "DRW_render.hh"#include "GPU_material.hh"#include "GPU_shader.hh"#include "eevee_material_shared.hh"Go to the source code of this file.
Classes | |
| class | blender::eevee::ShaderModule |
Namespaces | |
| namespace | blender |
| namespace | blender::eevee |
Typedefs | |
| using | blender::eevee::StaticShader = gpu::StaticShader |
Shader module that manage shader libraries, deferred compilation, and static shader usage.
Definition in file eevee_shader.hh.