Skip to main content

Node

Trait Node 

Source
pub trait Node {
    type Resource;
}
Expand description

A Vulkan resource which has been bound to a Graph.

See Graph::bind_resource.

Required Associated Types§

Source

type Resource

The Vulkan buffer, image, or acceleration struction type.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§