summaryrefslogtreecommitdiffstats
path: root/wgpu/src/image (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged image and svg texture atlases into one owned by the image pipeline.Libravatar Malte Veerman2020-02-252-126/+31
|
* Implemented a texture atlas for images and svgs.Libravatar Malte Veerman2020-02-252-145/+336
|
* Avoid rasterizing SVG when a dimension is 0Libravatar Héctor Ramón Jiménez2019-12-211-0/+4
|
* Cache `Svg` load result properlyLibravatar Héctor Ramón Jiménez2019-12-151-15/+20
| | | | This avoids trying to reload the file constantly on every frame.
* Add `svg` exampleLibravatar Héctor Ramón Jiménez2019-12-151-1/+1
|
* Rerasterize SVGs when resized and refactor a bitLibravatar Héctor Ramón Jiménez2019-12-152-0/+363