summaryrefslogtreecommitdiffstats
path: root/wgpu/src/texture (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix multiple issues from the refactoringLibravatar Héctor Ramón Jiménez2020-02-262-35/+78
| | | | | | - Update texture view on grow - Fix atlas texture coordinates - Fix fragmented uploads
* Avoid creating a vertex buffer every frameLibravatar Héctor Ramón Jiménez2020-02-261-7/+5
|
* Refactor texture atlasLibravatar Héctor Ramón Jiménez2020-02-265-0/+447
- Split into multiple modules - Rename some concepts - Change API details