Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Tizen][impeller] Disable gles3 compile
  • Loading branch information
JSUYA committed Dec 4, 2025
commit a14dbc1dd7e1b7b1985adadf7527dd2d0ad769eb
21 changes: 1 addition & 20 deletions engine/src/flutter/impeller/tools/shaders.gni
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,6 @@ template("impeller_shaders") {
}
analyze = analyze
}

gles3_shaders = "gles3_$target_name"

impeller_shaders_gles(gles3_shaders) {
name = invoker.name
require_framebuffer_fetch = require_framebuffer_fetch
gles_language_version = 300
is_300 = true
analyze = false
if (defined(invoker.gles_exclusions)) {
shaders = invoker.shaders - invoker.gles_exclusions
} else {
shaders = invoker.shaders
}
analyze = analyze
}
}

if (impeller_enable_vulkan) {
Expand Down Expand Up @@ -160,10 +144,7 @@ template("impeller_shaders") {
}

if (enable_opengles) {
public_deps += [
":$gles3_shaders",
":$gles_shaders",
]
public_deps += [ ":$gles_shaders" ]
}

if (impeller_enable_vulkan) {
Expand Down