Replies: 1 comment 1 reply
-
|
我的编译参数: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我使用的是 Visual Studio Community 2022,Windows SDk 版本位 10.0.20348.0
SKIA 库是我自己编译出来的,版本为 chrome/m122,生成skia库的参数为
bin\gn gen out\x64 --args="skia_use_gl=true is_official_build=false is_component_build=false win_sdk=\"C:\\Program Files (x86)\\Windows Kits\\10\" win_sdk_version=\"10.0.20348.0\" win_vc=\"D:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\" is_debug=false"不知道为什么生成出来的ScreenCapture没有您在Release发布的流畅。请问您是用的什么样的 skia 库?
Beta Was this translation helpful? Give feedback.
All reactions