Blender V4.5
RenderGraph Class Reference

Inherits testing::Test.

Protected Member Functions

 RenderGraph ()
void SetUp () override
void TearDown () override

Protected Attributes

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

Detailed Description

Definition at line 153 of file render_graph_finalize_test.cpp.

Constructor & Destructor Documentation

◆ RenderGraph()

RenderGraph::RenderGraph ( )
inlineprotected

Definition at line 165 of file render_graph_finalize_test.cpp.

References builder, and graph.

Member Function Documentation

◆ SetUp()

◆ TearDown()

void RenderGraph::TearDown ( )
inlineoverrideprotected

Definition at line 186 of file render_graph_finalize_test.cpp.

References device_cpu, scene, and util_logging_verbosity_set().

Member Data Documentation

◆ builder

ShaderGraphBuilder RenderGraph::builder
protected

Definition at line 163 of file render_graph_finalize_test.cpp.

Referenced by RenderGraph().

◆ device_cpu

unique_ptr<Device> RenderGraph::device_cpu
protected

Definition at line 159 of file render_graph_finalize_test.cpp.

Referenced by SetUp(), and TearDown().

◆ device_info

DeviceInfo RenderGraph::device_info
protected

Definition at line 158 of file render_graph_finalize_test.cpp.

Referenced by SetUp().

◆ graph

ShaderGraph RenderGraph::graph
protected

Definition at line 162 of file render_graph_finalize_test.cpp.

Referenced by RenderGraph().

◆ log

ScopedMockLog RenderGraph::log
protected

Definition at line 155 of file render_graph_finalize_test.cpp.

◆ profiler

Profiler RenderGraph::profiler
protected

Definition at line 157 of file render_graph_finalize_test.cpp.

Referenced by SetUp().

◆ scene

unique_ptr<Scene> RenderGraph::scene
protected

Definition at line 161 of file render_graph_finalize_test.cpp.

Referenced by SetUp(), and TearDown().

◆ scene_params

SceneParams RenderGraph::scene_params
protected

Definition at line 160 of file render_graph_finalize_test.cpp.

Referenced by SetUp().

◆ stats

Stats RenderGraph::stats
protected

Definition at line 156 of file render_graph_finalize_test.cpp.

Referenced by SetUp().


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