[bug] Window freeze with WebGL #7761
Labels
platform: Linux
status: needs triage
This issue needs to triage, applied to new issues
status: upstream
This issue is blocked by upstream dependencies and we need to wait or contribute upstream fixes
type: bug
Describe the bug
I have been trying out using tauri with WebGL, but the window gets unresponsive when
There is no log output in devtools or from
tauri dev
.I have reproduced this behavior as well using
create-tauri-app --alpha
.Setting
WEBKIT_DISABLE_COMPOSITING_MODE=1
works around the problem, but is to my understanding not recommended (https://blogs.igalia.com/carlosgc/2017/02/10/).Reproduction
Notice that first three colors are rendered, after which the window freeze.
Expected behavior
WebGL operations performed without making the window unresponsive.
Platform and versions
Stack trace
No response
Additional context
Please let me know if you need additional info.
The text was updated successfully, but these errors were encountered: