Blender V5.0
blender::gpu::render_graph::VKRenderGraphTest Class Reference

#include <vk_render_graph_test_types.hh>

Inherits testing::Test.

Inherited by blender::gpu::render_graph::VKRenderGraphTestCompute, blender::gpu::render_graph::VKRenderGraphTestPresent, and blender::gpu::render_graph::VKRenderGraphTestTransfer.

Public Member Functions

 VKRenderGraphTest ()

Protected Attributes

Vector< std::string > log
VKResourceStateTracker resources
std::unique_ptr< VKRenderGraphrender_graph
std::unique_ptr< CommandBufferLogcommand_buffer
bool use_dynamic_rendering_local_read = true

Detailed Description

Definition at line 483 of file vk_render_graph_test_types.hh.

Constructor & Destructor Documentation

◆ VKRenderGraphTest()

blender::gpu::render_graph::VKRenderGraphTest::VKRenderGraphTest ( )
inline

Member Data Documentation

◆ command_buffer

std::unique_ptr<CommandBufferLog> blender::gpu::render_graph::VKRenderGraphTest::command_buffer
protected

Definition at line 496 of file vk_render_graph_test_types.hh.

Referenced by VKRenderGraphTest().

◆ log

Vector<std::string> blender::gpu::render_graph::VKRenderGraphTest::log
protected

Definition at line 493 of file vk_render_graph_test_types.hh.

Referenced by VKRenderGraphTest().

◆ render_graph

std::unique_ptr<VKRenderGraph> blender::gpu::render_graph::VKRenderGraphTest::render_graph
protected

Definition at line 495 of file vk_render_graph_test_types.hh.

Referenced by VKRenderGraphTest().

◆ resources

VKResourceStateTracker blender::gpu::render_graph::VKRenderGraphTest::resources
protected

Definition at line 494 of file vk_render_graph_test_types.hh.

Referenced by VKRenderGraphTest().

◆ use_dynamic_rendering_local_read

bool blender::gpu::render_graph::VKRenderGraphTest::use_dynamic_rendering_local_read = true
protected

Definition at line 497 of file vk_render_graph_test_types.hh.

Referenced by VKRenderGraphTest().


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