core::gfx::render_graph class

Describes a fully contained set of graphics instructions \detail A rendergraph allows you to connect the various draw/compute-passes and describe their interdependencies so that it can organize their invocations in a safe manner.

member-functions

connect
Describes a "depends-on" relationship where the child will be executed before root.
public noexcept