web-glitz 0.3.0

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