2 releases
0.10.3 | Jan 17, 2022 |
---|---|
0.10.2 | Jan 8, 2022 |
#486 in Graphics APIs
Used in 3 crates
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
~26MB
~577K SLoC