Skip to content

Commit 2704830

Browse files
committed
[Tizen][impeller] Disable gles3 compile
1 parent 730b297 commit 2704830

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

engine/src/flutter/impeller/tools/shaders.gni

+1-20
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,6 @@ template("impeller_shaders") {
111111
}
112112
analyze = analyze
113113
}
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-
}
130114
}
131115

132116
if (impeller_enable_vulkan) {
@@ -156,10 +140,7 @@ template("impeller_shaders") {
156140
}
157141

158142
if (enable_opengles) {
159-
public_deps += [
160-
":$gles3_shaders",
161-
":$gles_shaders",
162-
]
143+
public_deps += [ ":$gles_shaders" ]
163144
}
164145

165146
if (impeller_enable_vulkan) {

0 commit comments

Comments
 (0)