Blender  V3.3
Protected Member Functions | Protected Attributes | List of all members
RenderGraph Class Reference
Inheritance diagram for RenderGraph:

Protected Member Functions

 RenderGraph ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

ScopedMockLog log
 
Stats stats
 
Profiler profiler
 
DeviceInfo device_info
 
Devicedevice_cpu
 
SceneParams scene_params
 
Scenescene
 
ShaderGraph graph
 
ShaderGraphBuilder builder
 

Detailed Description

Definition at line 150 of file render_graph_finalize_test.cpp.

Constructor & Destructor Documentation

◆ RenderGraph()

RenderGraph::RenderGraph ( )
inlineprotected

Definition at line 162 of file render_graph_finalize_test.cpp.

Member Function Documentation

◆ SetUp()

virtual void RenderGraph::SetUp ( )
inlineprotectedvirtual

◆ TearDown()

virtual void RenderGraph::TearDown ( )
inlineprotectedvirtual

Definition at line 175 of file render_graph_finalize_test.cpp.

References device_cpu, and scene.

Member Data Documentation

◆ builder

ShaderGraphBuilder RenderGraph::builder
protected

Definition at line 160 of file render_graph_finalize_test.cpp.

◆ device_cpu

Device* RenderGraph::device_cpu
protected

Definition at line 156 of file render_graph_finalize_test.cpp.

Referenced by SetUp(), and TearDown().

◆ device_info

DeviceInfo RenderGraph::device_info
protected

Definition at line 155 of file render_graph_finalize_test.cpp.

Referenced by SetUp().

◆ graph

ShaderGraph RenderGraph::graph
protected

Definition at line 159 of file render_graph_finalize_test.cpp.

◆ log

ScopedMockLog RenderGraph::log
protected

Definition at line 152 of file render_graph_finalize_test.cpp.

◆ profiler

Profiler RenderGraph::profiler
protected

Definition at line 154 of file render_graph_finalize_test.cpp.

Referenced by SetUp().

◆ scene

Scene* RenderGraph::scene
protected

Definition at line 158 of file render_graph_finalize_test.cpp.

Referenced by SetUp(), and TearDown().

◆ scene_params

SceneParams RenderGraph::scene_params
protected

Definition at line 157 of file render_graph_finalize_test.cpp.

Referenced by SetUp().

◆ stats

Stats RenderGraph::stats
protected

Definition at line 153 of file render_graph_finalize_test.cpp.

Referenced by SetUp().


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