nightshade-renderer 0.57.0

GPU-driven wgpu renderer with a built-in frame graph.
1
2
3
4
5
6
7
8
//! The passes that draw a `nightshade-paint` draw list over the scene: the
//! batched rectangle and text pass, and the textured quad pass.

mod image;
pub use image::PaintImagePass;

mod draw_list;
pub use draw_list::PaintPass;