Render graph orchestration over normal modkit passes.
← All examples58_render_graph
Pass 1 writes a canvas scene into graph target "scene". Pass 2 samples "scene" through a fullscreen post shader into "post". Pass 3 presents "post" to the backbuffer.

Runs the WebAssembly build on this page. Click the canvas to give it keyboard focus.
- Number
- 58
- Tags
- Source
examples/58_render_graph/main.c
Build and run
./scripts/build-linux.sh release --target=58_render_graph --run