gfx-rs/wgpu-rs.github.io

Un-list Mipmap Web Example?

zicklag opened this issue · 3 comments

The WebGL mipmapping example doesn't really work right, should we remove it from the list on the website?

image

We should keep the web example for WebGPU, but maybe we could change how it works or disable it for WebGL only?

Yeah, the WebGPU example page has a separate list of examples, so we could just take it off of the WebGL example list.

As far as changing how it works, I'm not sure if there's any way to support mipmaps or otherwise "fake" them and make them just look un-mip-mapped, but that would probably be the best long-term solution if possible.

I dont' know enough about it to know whether or not that would be feasible.

This is now fixed