Commit 848e23f
authored
Fix blur artifacts (#518)
Following
https://github.com/webgpu/webgpu-samples/pull/181/files#r889367976
suggestion, this PR fixes blur artifacts (around the eye most notably)
that happen with `filterSize: 2` and `iterations: 10`.
FIX #180
<img
src=https://github.com/user-attachments/assets/e47dc3f7-82cd-4b33-8afe-6df365c6ae60
width=49%>
<img
src=https://github.com/user-attachments/assets/7487e278-216f-4884-af92-15e14c9c2418
width=49%>
<i> Before (left) / After (right)</i>1 parent d46c701 commit 848e23f
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments