summaryrefslogtreecommitdiffstats
path: root/examples/integration_wgpu/index.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-241-21/+0
|
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-0/+21
- Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef