Skip to content

Commit 3cff4a3

Browse files
committed
[Tizen] Temporarily disable Vulkan backend for Linux
1 parent ee32a01 commit 3cff4a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

impeller/tools/impeller.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare_args() {
1515
impeller_enable_opengles = is_linux || is_win || is_android
1616

1717
# Whether the Vulkan backend is enabled.
18-
impeller_enable_vulkan = is_linux || is_win || is_android
18+
impeller_enable_vulkan = is_win || is_android
1919

2020
# Whether to use a prebuilt impellerc.
2121
# If this is the empty string, impellerc will be built.

tools/gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def to_gn_args(args):
435435
# Enable Vulkan on all platforms except for iOS. This is just
436436
# to save on mobile binary size, as there's no reason the Vulkan embedder
437437
# features can't work on these platforms.
438-
if gn_args['target_os'] not in ['ios', 'mac']:
438+
if gn_args['target_os'] not in ['ios', 'mac', 'linux']:
439439
gn_args['skia_use_vulkan'] = True
440440
gn_args['skia_use_vma'] = False
441441
gn_args['shell_enable_vulkan'] = True

0 commit comments

Comments
 (0)