1#ifndef LIBSBX_GRAPHICS_RENDER_GRAPH_HPP_
2#define LIBSBX_GRAPHICS_RENDER_GRAPH_HPP_
6#include <libsbx/memory/observer_ptr.hpp>
8namespace sbx::graphics {
24 std::vector<node> _nodes;
35 : _graph{memory::make_observer(
graph)} { }
Definition: render_graph.hpp:18
Definition: render_graph.hpp:28
Definition: render_graph.hpp:14
Definition: render_graph.hpp:10
Definition: render_graph.hpp:43
A non-owning pointer that can be used to observe the value of a pointer.
Definition: observer_ptr.hpp:27