|
Blender V4.3
|
#include <vk_render_graph_links.hh>
Public Member Functions | |
| void | debug_print (const VKResourceStateTracker &resources) const |
Public Attributes | |
| Vector< VKRenderGraphLink > | inputs |
| Vector< VKRenderGraphLink > | outputs |
All input and output links of a node in the render graph.
Definition at line 68 of file vk_render_graph_links.hh.
| void blender::gpu::render_graph::VKRenderGraphNodeLinks::debug_print | ( | const VKResourceStateTracker & | resources | ) | const |
Definition at line 57 of file vk_render_graph_links.cc.
| Vector<VKRenderGraphLink> blender::gpu::render_graph::VKRenderGraphNodeLinks::inputs |
All links to resources that a node reads from.
Definition at line 70 of file vk_render_graph_links.hh.
Referenced by blender::gpu::render_graph::VKBlitImageNode::build_links(), blender::gpu::render_graph::VKCopyBufferNode::build_links(), blender::gpu::render_graph::VKCopyBufferToImageNode::build_links(), blender::gpu::render_graph::VKCopyImageNode::build_links(), blender::gpu::render_graph::VKCopyImageToBufferNode::build_links(), blender::gpu::render_graph::VKDispatchIndirectNode::build_links(), blender::gpu::render_graph::VKDrawIndexedIndirectNode::build_links(), blender::gpu::render_graph::VKDrawIndirectNode::build_links(), blender::gpu::render_graph::VKResourceAccessInfo::build_links(), blender::gpu::render_graph::VKRenderGraph::debug_print(), debug_print(), blender::gpu::render_graph::vk_index_buffer_binding_build_links(), and blender::gpu::render_graph::vk_vertex_buffer_bindings_build_links().
| Vector<VKRenderGraphLink> blender::gpu::render_graph::VKRenderGraphNodeLinks::outputs |
All links to resources that a node writes to.
Definition at line 72 of file vk_render_graph_links.hh.
Referenced by blender::gpu::render_graph::VKBlitImageNode::build_links(), blender::gpu::render_graph::VKClearColorImageNode::build_links(), blender::gpu::render_graph::VKClearDepthStencilImageNode::build_links(), blender::gpu::render_graph::VKCopyBufferNode::build_links(), blender::gpu::render_graph::VKCopyBufferToImageNode::build_links(), blender::gpu::render_graph::VKCopyImageNode::build_links(), blender::gpu::render_graph::VKCopyImageToBufferNode::build_links(), blender::gpu::render_graph::VKFillBufferNode::build_links(), blender::gpu::render_graph::VKResourceAccessInfo::build_links(), blender::gpu::render_graph::VKSynchronizationNode::build_links(), blender::gpu::render_graph::VKUpdateBufferNode::build_links(), blender::gpu::render_graph::VKUpdateMipmapsNode::build_links(), blender::gpu::render_graph::VKRenderGraph::debug_print(), and debug_print().