summaryrefslogtreecommitdiffstats
path: root/wgpu/src/buffer (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-11Added support for gradients as background variants + other optimizations.Libravatar Bingus2-309/+0
2023-02-24Provide some margin to static buffers when growingLibravatar Héctor Ramón Jiménez1-5/+8
2023-02-24Refactor `triangle::Pipeline` into `prepare` and `render` architectureLibravatar Héctor Ramón Jiménez2-37/+7
And get rid of the staging belt! :tada:
2022-12-20Fix `clippy` lints for Rust 1.66Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-16Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2-2/+15
2022-11-10Added conditional configurations for WASM target for gradients & storage ↵Libravatar bungoboingo1-0/+7
buffers, since storage buffers are not supported on wgpu WASM target at the moment.
2022-11-03Rename `buffers` module to `buffer`Libravatar Héctor Ramón Jiménez2-0/+316
... and move `StaticBuffer` to nested `static` module