wpp 0.0.1

A collection of post-processing effects for wgpu.
Documentation
1
2
3
4
5
/// The frame on which the post-processing will take place.
pub trait Frame {
    /// Resolves the [crate::Effect] on the frame.
    fn resolve(self);
}