File tree 1 file changed +1
-20
lines changed
engine/src/flutter/impeller/tools
1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -111,22 +111,6 @@ template("impeller_shaders") {
111
111
}
112
112
analyze = analyze
113
113
}
114
-
115
- gles3_shaders = " gles3_$target_name "
116
-
117
- impeller_shaders_gles (gles3_shaders ) {
118
- name = invoker .name
119
- require_framebuffer_fetch = require_framebuffer_fetch
120
- gles_language_version = 300
121
- is_300 = true
122
- analyze = false
123
- if (defined (invoker .gles_exclusions )) {
124
- shaders = invoker .shaders - invoker .gles_exclusions
125
- } else {
126
- shaders = invoker .shaders
127
- }
128
- analyze = analyze
129
- }
130
114
}
131
115
132
116
if (impeller_enable_vulkan ) {
@@ -156,10 +140,7 @@ template("impeller_shaders") {
156
140
}
157
141
158
142
if (enable_opengles ) {
159
- public_deps += [
160
- " :$gles3_shaders " ,
161
- " :$gles_shaders " ,
162
- ]
143
+ public_deps += [ " :$gles_shaders " ]
163
144
}
164
145
165
146
if (impeller_enable_vulkan ) {
You can’t perform that action at this time.
0 commit comments