This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit d3fd919
Jonah Williams
[Impeller] make drawAtlas always use porterduff or vertices_uber shader (#52348)
The drawAtlas component of #52345 . DrawAtlas did not have the same advanced blend/overlapping issues as draw vertices because of the sorting and generation of the sub-atlas, but given that the vertices uber shader exists we can just use that instead.
Will eventually allow deleting the other drawVertices special case shaders.1 parent 77605fa commit d3fd919
3 files changed
Lines changed: 59 additions & 497 deletions
0 commit comments