|
Blender V4.3
|
Public Member Functions | |
| ContextInputData (const Scene &scene, const RenderData &render_data, const bNodeTree &node_tree, const char *view_name, realtime_compositor::RenderContext *render_context, realtime_compositor::Profiler *profiler) | |
Public Attributes | |
| const Scene * | scene |
| const RenderData * | render_data |
| const bNodeTree * | node_tree |
| std::string | view_name |
| realtime_compositor::RenderContext * | render_context |
| realtime_compositor::Profiler * | profiler |
Stored separately from the context so we can update it without losing any cached data from the context.
Definition at line 125 of file render/intern/compositor.cc.
|
inline |
Definition at line 134 of file render/intern/compositor.cc.
References node_tree, profiler, render_context, render_data, scene, and view_name.
| const bNodeTree* blender::render::ContextInputData::node_tree |
Definition at line 129 of file render/intern/compositor.cc.
Referenced by ContextInputData().
| realtime_compositor::Profiler* blender::render::ContextInputData::profiler |
Definition at line 132 of file render/intern/compositor.cc.
Referenced by ContextInputData().
| realtime_compositor::RenderContext* blender::render::ContextInputData::render_context |
Definition at line 131 of file render/intern/compositor.cc.
Referenced by ContextInputData().
| const RenderData* blender::render::ContextInputData::render_data |
Definition at line 128 of file render/intern/compositor.cc.
Referenced by ContextInputData().
| const Scene* blender::render::ContextInputData::scene |
Definition at line 127 of file render/intern/compositor.cc.
Referenced by ContextInputData().
| std::string blender::render::ContextInputData::view_name |
Definition at line 130 of file render/intern/compositor.cc.
Referenced by ContextInputData().