Is there any example of running iced/webgpu on webgl2?
I’ve tried:
iced = { version = “0.12.1”, features = [ “webgl” ] }
and just getting a blank canvas.
I don’t want the iced_web renderer, as I’m building a full wgpu (but running in webgl2) app.
Is there example for iced using wgpu/webgl2 to render on Chrome / wasm32 ?
Thanks!