File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments