Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 4dbb573

Browse files
[flutter_tools] remove usage of remap samplers arg (#119346)
1 parent ad1a44d commit 4dbb573

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

packages/flutter_tools/lib/src/build_system/targets/shader_compiler.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ class ShaderCompiler {
186186
'--spirv=$outputPath.spirv',
187187
'--input=${input.path}',
188188
'--input-type=frag',
189-
'--remap-samplers',
190189
'--include=${input.parent.path}',
191190
'--include=$shaderLibPath',
192191
];

packages/flutter_tools/test/general.shard/asset_bundle_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ flutter:
431431
'--spirv=$outputPath.spirv',
432432
'--input=/$shaderPath',
433433
'--input-type=frag',
434-
'--remap-samplers',
435434
'--include=/$assetsPath',
436435
'--include=$shaderLibDir',
437436
],
@@ -479,7 +478,6 @@ flutter:
479478
'--spirv=$outputPath.spirv',
480479
'--input=/$shaderPath',
481480
'--input-type=frag',
482-
'--remap-samplers',
483481
'--include=/$assetsPath',
484482
'--include=$shaderLibDir',
485483
],
@@ -521,7 +519,6 @@ flutter:
521519
'--spirv=${fileSystem.path.join(output.path, 'shaders', 'ink_sparkle.frag.spirv')}',
522520
'--input=${fileSystem.path.join(materialDir.path, 'shaders', 'ink_sparkle.frag')}',
523521
'--input-type=frag',
524-
'--remap-samplers',
525522
'--include=${fileSystem.path.join(materialDir.path, 'shaders')}',
526523
'--include=$shaderLibDir',
527524
],

packages/flutter_tools/test/general.shard/build_system/targets/ios_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ void main() {
262262
'--spirv=/App.framework/flutter_assets/shader.glsl.spirv',
263263
'--input=/shader.glsl',
264264
'--input-type=frag',
265-
'--remap-samplers',
266265
'--include=/',
267266
'--include=/./shader_lib',
268267
]),

packages/flutter_tools/test/general.shard/build_system/targets/shader_compiler_test.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ void main() {
5050
'--spirv=$outputSpirvPath',
5151
'--input=$fragPath',
5252
'--input-type=frag',
53-
'--remap-samplers',
5453
'--include=$fragDir',
5554
'--include=$shaderLibDir',
5655
],
@@ -91,7 +90,6 @@ void main() {
9190
'--spirv=$outputPath.spirv',
9291
'--input=$fragPath',
9392
'--input-type=frag',
94-
'--remap-samplers',
9593
'--include=$fragDir',
9694
'--include=$shaderLibDir',
9795
],
@@ -130,7 +128,6 @@ void main() {
130128
'--spirv=$outputPath.spirv',
131129
'--input=$fragPath',
132130
'--input-type=frag',
133-
'--remap-samplers',
134131
'--include=$fragDir',
135132
'--include=$shaderLibDir',
136133
],
@@ -169,7 +166,6 @@ void main() {
169166
'--spirv=$outputSpirvPath',
170167
'--input=$notFragPath',
171168
'--input-type=frag',
172-
'--remap-samplers',
173169
'--include=$fragDir',
174170
'--include=$shaderLibDir',
175171
],
@@ -210,7 +206,6 @@ void main() {
210206
'--spirv=$outputSpirvPath',
211207
'--input=$notFragPath',
212208
'--input-type=frag',
213-
'--remap-samplers',
214209
'--include=$fragDir',
215210
'--include=$shaderLibDir',
216211
],
@@ -253,7 +248,6 @@ void main() {
253248
'--spirv=/.tmp_rand0/0.8255140718871702.temp.spirv',
254249
'--input=$fragPath',
255250
'--input-type=frag',
256-
'--remap-samplers',
257251
'--include=$fragDir',
258252
'--include=$shaderLibDir',
259253
],
@@ -299,7 +293,6 @@ void main() {
299293
'--spirv=/.tmp_rand0/0.8255140718871702.temp.spirv',
300294
'--input=$fragPath',
301295
'--input-type=frag',
302-
'--remap-samplers',
303296
'--include=$fragDir',
304297
'--include=$shaderLibDir',
305298
],
@@ -346,7 +339,6 @@ void main() {
346339
'--spirv=/.tmp_rand0/0.8255140718871702.temp.spirv',
347340
'--input=$fragPath',
348341
'--input-type=frag',
349-
'--remap-samplers',
350342
'--include=$fragDir',
351343
'--include=$shaderLibDir',
352344
],

0 commit comments

Comments
 (0)