Blender V4.5
blender::render::ContextInputData Class Reference

Public Member Functions

 ContextInputData (const Scene &scene, const RenderData &render_data, const bNodeTree &node_tree, const char *view_name, compositor::RenderContext *render_context, compositor::Profiler *profiler, compositor::OutputTypes needed_outputs)
 

Public Attributes

const Scenescene
 
const RenderDatarender_data
 
const bNodeTreenode_tree
 
std::string view_name
 
compositor::RenderContextrender_context
 
compositor::Profilerprofiler
 
compositor::OutputTypes needed_outputs
 

Detailed Description

Render Context Data

Stored separately from the context so we can update it without losing any cached data from the context.

Definition at line 50 of file render/intern/compositor.cc.

Constructor & Destructor Documentation

◆ ContextInputData()

blender::render::ContextInputData::ContextInputData ( const Scene & scene,
const RenderData & render_data,
const bNodeTree & node_tree,
const char * view_name,
compositor::RenderContext * render_context,
compositor::Profiler * profiler,
compositor::OutputTypes needed_outputs )
inline

Definition at line 60 of file render/intern/compositor.cc.

Member Data Documentation

◆ needed_outputs

compositor::OutputTypes blender::render::ContextInputData::needed_outputs

◆ node_tree

const bNodeTree* blender::render::ContextInputData::node_tree

Definition at line 54 of file render/intern/compositor.cc.

Referenced by blender::render::Context::get_node_tree().

◆ profiler

compositor::Profiler* blender::render::ContextInputData::profiler

Definition at line 57 of file render/intern/compositor.cc.

◆ render_context

compositor::RenderContext* blender::render::ContextInputData::render_context

Definition at line 56 of file render/intern/compositor.cc.

◆ render_data

const RenderData* blender::render::ContextInputData::render_data

◆ scene

const Scene* blender::render::ContextInputData::scene

◆ view_name

std::string blender::render::ContextInputData::view_name

Definition at line 55 of file render/intern/compositor.cc.

Referenced by blender::render::Context::get_view_name().


The documentation for this class was generated from the following file: