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