perf: enable GPU rasterization + zero-copy for Windows WebView2
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m58s
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m58s
additionalBrowserArgs: --enable-gpu-rasterization --enable-zero-copy Also re-disables msWebOOUI/msPdfOOUI/msSmartScreenProtection (wry defaults that must be explicitly set when using additionalBrowserArgs). macOS/Linux: no-op (WKWebView/WebKitGTK manage GPU natively). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a2770d3edf
commit
d657b3742f
@ -18,7 +18,8 @@
|
||||
"minHeight": 600,
|
||||
"decorations": true,
|
||||
"resizable": true,
|
||||
"dragDropEnabled": false
|
||||
"dragDropEnabled": false,
|
||||
"additionalBrowserArgs": "--enable-gpu-rasterization --enable-zero-copy --disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection"
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user