fintelia/smaa-rs

Getting a lot of artifacts

Closed this issue · 1 comments

Hi, thanks a lot for the library, I tried it out on my project and getting a lot of artifacts when rendering. It seems to only happen when you render things in front of each other, a depth buffer issue maybe?

image

I set up a small project based on https://sotrh.github.io/learn-wgpu/intermediate/tutorial12-camera where you can reproduce the issue: https://github.com/larsjarlvik/smaa-rs-issue

Hey, just saw that you fixed this right after me posting the issue, tried it again and it works great now, thanks :)