2 releases

0.10.3 Jan 17, 2022
0.10.2 Jan 8, 2022

#483 in Graphics APIs

Download history 3/week @ 2024-02-18 39/week @ 2024-02-25 7/week @ 2024-03-03 9/week @ 2024-03-10 4/week @ 2024-03-17

59 downloads per month
Used in 3 crates

Custom license

505KB
13K SLoC

Ivy Rendergraph

Provides an easy to use node and dependency oriented graph abstraction for renderpasses, barriers, and subpass dependencies.

How it works

The graph is built using nodes, where each node corresponds to a vkRenderPass.

Each node contains:

  • A function which is executed to fill a commandbuffer for each frame
  • A list of color attachments
  • An optional depth attachment
  • Forward dependencies to build src and dst stages and access masks for subsequent renderpasses.

Dependencies

~25MB
~557K SLoC