Skip to content

Commit 22fabca

Browse files
brianosmanSkia Commit-Bot
authored andcommitted
Disable Vulkan on Windows ARM64
Bug: skia:8569 Change-Id: I22e3a92f2b89f16414c1ca226582c1f7a5ae136c Reviewed-on: https://skia-review.googlesource.com/c/175993 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
1 parent 13b2770 commit 22fabca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ declare_args() {
7979
skia_use_vulkan = defined(ndk_api) && ndk_api >= 24
8080
} else if (is_fuchsia) {
8181
skia_use_vulkan = fuchsia_use_vulkan
82+
} else if (is_win && target_cpu == "arm64") {
83+
skia_use_vulkan = false
8284
} else {
8385
skia_use_vulkan = (defined(skia_vulkan_sdk) && skia_vulkan_sdk != "") ||
8486
(defined(skia_moltenvk_path) && skia_moltenvk_path != "")

0 commit comments

Comments
 (0)