Philip Rideout
Philip Rideout
The [full-screen Suzanne demo](https://google.github.io/filament/webgl/suzanne.html) does this with narrow window sizes on my NVIDIA card. Bloom is disabled. We haven't reported this to NVIDIA yet because it's possible it's an ANGLE...
Bloom is not enabled in the Suzanne demo, which is one of the failing cases.
This is probably related to #3151 and is not very actionable (Chrome bug or driver bug), closing.
Thanks for the bug report! As I recall, those new constant values were based on experimentation with a Pixel 4, it helped performance by reducing the frequency of GPU alloc...
Thanks, I'll keep the bug open to track the work for making these constants configurable. Out of curiosity, what does your app do? We're generally interested in what folks are...
@pixelflinger this one should be easy, just make some of the stuff in `VulkanConstants.h` configurable
Interesting, I'm able to repro this error by making a debug build for web. (which I almost never do, I always use release)
See `validateCharacter` here https://chromium.googlesource.com/chromium/blink/+/refs/heads/master/Source/modules/webgl/WebGLRenderingContextBase.cpp#237
The culprit (in my case, at least) is the quotation marks in our #line annotations. 🤦
https://bugs.chromium.org/p/chromium/issues/detail?id=1108588