|
Blender V4.3
|
#include <mutex>#include "DNA_scene_types.h"#include "BLI_threads.h"#include "RE_compositor.hh"#include "RE_pipeline.h"#include "tile_highlight.h"Go to the source code of this file.
Classes | |
| struct | BaseRender |
| struct | ViewRender |
| struct | Render |
Namespaces | |
| namespace | blender |
| namespace | blender::realtime_compositor |
Macros | |
| #define | R_ANIMATION 1 << 0 |
| #define | R_SKIP_WRITE 1 << 1 |
| #define R_ANIMATION 1 << 0 |
#R.flag
Definition at line 261 of file render_types.h.
Referenced by RE_engine_render(), and RE_RenderAnim().
| #define R_SKIP_WRITE 1 << 1 |
Definition at line 267 of file render_types.h.
Referenced by do_render_compositor(), RE_RenderAnim(), and RE_RenderFrame().