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

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 Scenescene
 
const RenderDatarender_data
 
const bNodeTreenode_tree
 
std::string view_name
 
realtime_compositor::RenderContextrender_context
 
realtime_compositor::Profilerprofiler
 

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 125 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,
realtime_compositor::RenderContext * render_context,
realtime_compositor::Profiler * profiler )
inline

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

Member Data Documentation

◆ node_tree

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

◆ profiler

realtime_compositor::Profiler* blender::render::ContextInputData::profiler

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

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

◆ render_context

realtime_compositor::RenderContext* blender::render::ContextInputData::render_context

◆ render_data

◆ scene

◆ view_name


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