summaryrefslogtreecommitdiffstats
path: root/wgpu/src/buffer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-112-309/+0
|
* Provide some margin to static buffers when growingLibravatar Héctor Ramón Jiménez2023-02-241-5/+8
|
* Refactor `triangle::Pipeline` into `prepare` and `render` architectureLibravatar Héctor Ramón Jiménez2023-02-242-37/+7
| | | | 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-162-2/+15
|
* 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-032-0/+316
... and move `StaticBuffer` to nested `static` module