summaryrefslogtreecommitdiffstats
path: root/wgpu/src/buffer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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