Replies: 2 comments 7 replies
-
I can try on my RTX 3090 later, but it's probably a driver bug we're running into. |
Beta Was this translation helpful? Give feedback.
7 replies
-
@pixelflinger @prideout These demos don't need to clear the color buffer but I wonder if we have a bug with clearing the depth buffer? It's likely related to framegraph2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to display the following sample in a different GPU environment.
https://cx20.github.io/webgl-test/examples/filament/complex/index.html
Oddly enough, some environments can display correctly and some do not.
Is this a GPU issue? Or is it a library issue?
[OK] Windows 10 + Chrome 89 + Filament v1.9.16 + GeForce GTX 660 result:
[NG] Windows 10 + Chrome 89 + Filament v1.9.16 + GeForce RTX 2060 result:
Beta Was this translation helpful? Give feedback.
All reactions