pub trait Node: Copy { fn index(self) -> usize; }
A Vulkan resource which has been bound to a RenderGraph using RenderGraph::bind_node.
RenderGraph
RenderGraph::bind_node
The internal node index of this bound resource.