File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -297,6 +297,22 @@ and supports building and running any of them. It also adjusts syntax highlighti
297297of inactive code blocks based on preprocessor definitions from the selected
298298solution configuration.
299299
300+ Windows ARM64
301+ -------------
302+
303+ There is early, experimental support for [ Windows 10 on ARM] ( https://docs.microsoft.com/en-us/windows/arm/ ) .
304+ This currently requires (a recent version of) MSVC, and the ` Visual C++ compilers and libraries for ARM64 `
305+ individual component in the Visual Studio Installer.
306+
307+ To use that toolchain, set the ` target_cpu ` GN argument to ` "arm64" ` . Note that OpenGL is not supported
308+ by Windows 10 on ARM, so Skia's GL backends are stubbed out, and will not work. ANGLE is supported:
309+
310+ bin/gn gen out/win-arm64 --args='target_cpu="arm64" skia_use_angle=true'
311+
312+ This will produce a build of Skia that can use the software or ANGLE backends, in DM. Viewer only works
313+ when launched with ` --backend angle ` , because the software backend tries to use OpenGL to display the
314+ window contents.
315+
300316CMake
301317-----
302318
You can’t perform that action at this time.
0 commit comments