Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Antialiasing on webgl2 panics #471

Open
kpreid opened this issue Feb 18, 2024 · 0 comments
Open

Antialiasing on webgl2 panics #471

kpreid opened this issue Feb 18, 2024 · 0 comments
Labels
area: graphics kind: bug Something isn't working as it should

Comments

@kpreid
Copy link
Owner

kpreid commented Feb 18, 2024

Enabling the antialiasing graphics option, on web, will panic. Filed wgpu issue about the panic: gfx-rs/wgpu#5263. However, If I understand correctly,

  • the problem is using a multisampled texture as an input to a shader, and
  • the fix for that issue will be disabling the ability to do so (without a 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.

@kpreid kpreid added kind: bug Something isn't working as it should area: graphics labels Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics kind: bug Something isn't working as it should
Projects
None yet
Development

No branches or pull requests

1 participant