|
Blender V5.0
|
#include <cstring>#include <string>#include "BLI_listbase.h"#include "BLI_math_vector_types.hh"#include "BLI_threads.h"#include "BLI_vector.hh"#include "MEM_guardedalloc.h"#include "BKE_cryptomatte.hh"#include "BKE_global.hh"#include "BKE_image.hh"#include "BKE_node.hh"#include "BKE_scene.hh"#include "DRW_engine.hh"#include "DRW_render.hh"#include "IMB_imbuf.hh"#include "COM_context.hh"#include "COM_domain.hh"#include "COM_evaluator.hh"#include "COM_render_context.hh"#include "RE_compositor.hh"#include "RE_pipeline.h"#include "WM_api.hh"#include "GPU_context.hh"#include "GPU_state.hh"#include "GPU_texture_pool.hh"#include "render_types.h"Go to the source code of this file.
Classes | |
| class | blender::render::ContextInputData |
| class | blender::render::Context |
| class | blender::render::Compositor |
Namespaces | |
| namespace | blender |
| namespace | blender::render |
Functions | |
| void | RE_compositor_execute (Render &render, const Scene &scene, const RenderData &render_data, const bNodeTree &node_tree, const char *view_name, blender::compositor::RenderContext *render_context, blender::compositor::Profiler *profiler, blender::compositor::OutputTypes needed_outputs) |
| void | RE_compositor_free (Render &render) |
| void RE_compositor_execute | ( | Render & | render, |
| const Scene & | scene, | ||
| const RenderData & | render_data, | ||
| const bNodeTree & | node_tree, | ||
| const char * | view_name, | ||
| blender::compositor::RenderContext * | render_context, | ||
| blender::compositor::Profiler * | profiler, | ||
| blender::compositor::OutputTypes | needed_outputs ) |
Definition at line 703 of file render/intern/compositor.cc.
References Render::compositor_execute().
Referenced by COM_execute().
| void RE_compositor_free | ( | Render & | render | ) |
Definition at line 716 of file render/intern/compositor.cc.
References Render::compositor_free().
Referenced by re_gpu_texture_caches_free(), render_pipeline_free(), and Render::~Render().