summaryrefslogtreecommitdiffstats
path: root/wgpu/src/buffer/static.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-111-107/+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-241-17/+4
| | | | And get rid of the staging belt! :tada:
* Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2022-11-161-1/+1
|
* Rename `buffers` module to `buffer`Libravatar Héctor Ramón Jiménez2022-11-031-0/+117
... and move `StaticBuffer` to nested `static` module