web-glitz 0.2.1

Rusty low-level web-graphics library on top of WebGL 2.0.
Documentation
1
2
3
4
5
#[derive(Clone, Copy, PartialEq)]
pub enum StoreOp {
    Store,
    DontCare,
}