Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-11 | Added support for gradients as background variants + other optimizations. | 2 | -309/+0 | ||
2023-02-24 | Provide some margin to static buffers when growing | 1 | -5/+8 | ||
2023-02-24 | Refactor `triangle::Pipeline` into `prepare` and `render` architecture | 2 | -37/+7 | ||
And get rid of the staging belt! :tada: | |||||
2022-12-20 | Fix `clippy` lints for Rust 1.66 | 1 | -1/+1 | ||
2022-11-16 | Group all solid triangles independently of color | 2 | -2/+15 | ||
2022-11-10 | Added conditional configurations for WASM target for gradients & storage ↵ | 1 | -0/+7 | ||
buffers, since storage buffers are not supported on wgpu WASM target at the moment. | |||||
2022-11-03 | Rename `buffers` module to `buffer` | 2 | -0/+316 | ||
... and move `StaticBuffer` to nested `static` module |