summaryrefslogtreecommitdiffstats
path: root/wgpu/src/texture/atlas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deallocate atlas entries and remove paddingLibravatar Héctor Ramón Jiménez2020-02-261-37/+20
|
* Fix multiple issues from the refactoringLibravatar Héctor Ramón Jiménez2020-02-261-16/+45
| | | | | | - Update texture view on grow - Fix atlas texture coordinates - Fix fragmented uploads
* Refactor texture atlasLibravatar Héctor Ramón Jiménez2020-02-264-0/+134
- Split into multiple modules - Rename some concepts - Change API details