Skip to content
Snippets Groups Projects
Unverified Commit 04a60d6b authored by Jonah Williams's avatar Jonah Williams Committed by GitHub
Browse files

[Impeller] reland: fix porterduff shader and handle optimized out texture...

[Impeller] reland: fix porterduff shader and handle optimized out texture binding in GLES backend. (#161326)

Reland and forward fix for current tree breakage. GLES may optimize out
the shader binding in a way that behaves differently from Metal/Vulkan.
Don't treat this as an error.

This happens because certain combinations of porter duff constants
result in a 0 * texture lookup.
parent f9a3747a
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment