hecrj / wgpu_glyph

A fast text renderer for wgpu (https://github.com/gfx-rs/wgpu)
https://docs.rs/wgpu_glyph
MIT License
441 stars 77 forks source link

Fix shader compile error for recent Tint update (wasm32, chrome) #84

Closed madmaxio closed 2 years ago

madmaxio commented 2 years ago

After recent update tint refuses to compile current shader with "block decoration" error, https://dawn.googlesource.com/tint/

madmaxio commented 2 years ago

Sadly, doesn't work with native wgpu yet.