pub trait Node: Copy {
// Required method
fn index(self) -> usize;
}Expand description
A Vulkan resource which has been bound to a RenderGraph using RenderGraph::bind_node.
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Node: Copy {
// Required method
fn index(self) -> usize;
}A Vulkan resource which has been bound to a RenderGraph using RenderGraph::bind_node.