summaryrefslogtreecommitdiffstats
path: root/wgpu/src/buffer/dynamic.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-111-202/+0
|
* Refactor `triangle::Pipeline` into `prepare` and `render` architectureLibravatar Héctor Ramón Jiménez2023-02-241-20/+3
| | | | And get rid of the staging belt! :tada:
* Fix `clippy` lints for Rust 1.66Libravatar Héctor Ramón Jiménez2022-12-201-1/+1
|
* Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2022-11-161-1/+14
|
* Added conditional configurations for WASM target for gradients & storage ↵Libravatar bungoboingo2022-11-101-0/+7
| | | | buffers, since storage buffers are not supported on wgpu WASM target at the moment.
* Rename `buffers` module to `buffer`Libravatar Héctor Ramón Jiménez2022-11-031-0/+199
... and move `StaticBuffer` to nested `static` module