Blender V5.0
vk_render_graph_links.hh File Reference

Go to the source code of this file.

Classes

Namespaces

namespace  blender
namespace  blender::gpu
namespace  blender::gpu::render_graph

Detailed Description

Nodes inside the render graph are connected via links to the resources they use. These links are determined when adding a node to the render graph.

The inputs of the node link to the resources that the node reads from. The outputs of the node link to the resources that the node modifies.

All links inside the graph are stored inside VKResourceDependencies.

Definition in file vk_render_graph_links.hh.