Jonah Williams 7a2260956f [Impeller] avoid expensive texture labeling w/ no validation layers. (flutter/engine#57130)
Labelling textures shows up in all of our profiles because of the cost to lock the context weak ptr and then call into both the image and image view. remove this if no layers are present that would read the label.
2024-12-11 20:51:20 +00:00
..