ivy-rendergraph

Crates.ioivy-rendergraph
lib.rsivy-rendergraph
version0.10.3
created_at2022-01-08 21:21:02.249495+00
updated_at2022-01-17 12:49:13.700203+00
descriptionEasy to use declarative rendergraph for vulkan and Ivy
homepage
repositoryhttps://github.com/ten3roberts/ivy
max_upload_size
id510531
size68,223
Freja Roberts (ten3roberts)

documentation

https://lib.rs/ivy-rendergraph

README

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.
Commit count: 526

cargo fmt