This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 2 files changed +10
-0
lines changed 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -828,6 +828,7 @@ FILE: ../../../flutter/flow/surface_frame.cc
828
828
FILE: ../../../flutter/flow/surface_frame.h
829
829
FILE: ../../../flutter/flow/surface_frame_unittests.cc
830
830
FILE: ../../../flutter/flow/texture_unittests.cc
831
+ FILE: ../../../flutter/flutter_vma/flutter_skia_vma.cc
831
832
FILE: ../../../flutter/flutter_vma/flutter_skia_vma.h
832
833
FILE: ../../../flutter/flutter_vma/flutter_vma.cc
833
834
FILE: ../../../flutter/flutter_vma/flutter_vma.h
Original file line number Diff line number Diff line change @@ -946,6 +946,15 @@ def parse_args(args):
946
946
'Do not use this outside of CI or with impellerc from a different engine version.'
947
947
)
948
948
949
+ # This is currently a no-op, will be removed shortly.
950
+ parser.add_argument(
951
+ '--enable-impeller-vulkan',
952
+ default=False,
953
+ action='store_true',
954
+ help='Enables WIP impeller support for vulkan. ' +
955
+ 'https://github.com/flutter/flutter/issues/107357'
956
+ )
957
+
949
958
# Sanitizers.
950
959
parser.add_argument('--asan', default=False, action='store_true')
951
960
parser.add_argument('--lsan', default=False, action='store_true')
You can’t perform that action at this time.
0 commit comments