Blender V5.0
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 202 of file render_graph_finalize_test.cpp.

Constructor & Destructor Documentation

◆ RenderGraph()

RenderGraph::RenderGraph ( )
inlineprotected

Definition at line 214 of file render_graph_finalize_test.cpp.

References builder, and graph.

Member Function Documentation

◆ SetUp()

void RenderGraph::SetUp ( )
inlineoverrideprotected

◆ TearDown()

void RenderGraph::TearDown ( )
inlineoverrideprotected

Definition at line 234 of file render_graph_finalize_test.cpp.

References device_cpu, LOG_LEVEL_FATAL, log_level_set(), and scene.

Member Data Documentation

◆ builder

ShaderGraphBuilder RenderGraph::builder
protected

Definition at line 212 of file render_graph_finalize_test.cpp.

Referenced by RenderGraph().

◆ device_cpu

unique_ptr<Device> RenderGraph::device_cpu
protected

Definition at line 208 of file render_graph_finalize_test.cpp.

Referenced by SetUp(), and TearDown().

◆ device_info

DeviceInfo RenderGraph::device_info
protected

Definition at line 207 of file render_graph_finalize_test.cpp.

Referenced by SetUp().

◆ graph

ShaderGraph RenderGraph::graph
protected

Definition at line 211 of file render_graph_finalize_test.cpp.

Referenced by RenderGraph().

◆ log

ScopedMockLog RenderGraph::log
protected

Definition at line 204 of file render_graph_finalize_test.cpp.

◆ profiler

Profiler RenderGraph::profiler
protected

Definition at line 206 of file render_graph_finalize_test.cpp.

Referenced by SetUp().

◆ scene

unique_ptr<Scene> RenderGraph::scene
protected

Definition at line 210 of file render_graph_finalize_test.cpp.

Referenced by SetUp(), and TearDown().

◆ scene_params

SceneParams RenderGraph::scene_params
protected

Definition at line 209 of file render_graph_finalize_test.cpp.

Referenced by SetUp().

◆ stats

Stats RenderGraph::stats
protected

Definition at line 205 of file render_graph_finalize_test.cpp.

Referenced by SetUp().


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