Antialiasing on webgl2 panics #471
Labels
area: graphics
kind: bug
Something isn't working as it should
WebGL
Affects rendering using WebGL only
Enabling the antialiasing graphics option, on web, will panic. Filed wgpu issue about the panic: gfx-rs/wgpu#5263. However, If I understand correctly,
DownlevelFlags
that the wgpu webgl backend won't support), not making it work.Therefore, we need to make antialiasing and bloom (or whatever features are actually conflicting) mutually exclusive on web.
The text was updated successfully, but these errors were encountered: