|
Blender V4.3
|
#include "BLI_utility_mixins.hh"#include "BLI_vector.hh"#include "vk_common.hh"#include "vk_resource_state_tracker.hh"Go to the source code of this file.
Classes | |
| struct | blender::gpu::render_graph::VKRenderGraphLink |
| struct | blender::gpu::render_graph::VKRenderGraphNodeLinks |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
| namespace | blender::gpu::render_graph |
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.