Skip to content

Commit bdbdd51

Browse files
swift-kimJSUYA
authored andcommitted
[Tizen] Temporarily disable Vulkan backend for Linux
1 parent a22ae62 commit bdbdd51

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
@@ -22,7 +22,7 @@ declare_args() {
2222
enable_unittests) && target_os != "fuchsia"
2323

2424
# Whether the Vulkan backend is enabled.
25-
impeller_enable_vulkan = (is_linux || is_win || is_android || is_mac ||
25+
impeller_enable_vulkan = (is_win || is_android || is_mac ||
2626
enable_unittests) && target_os != "fuchsia"
2727

2828
# Whether to use a prebuilt impellerc.

tools/gn

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

0 commit comments

Comments
 (0)