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