Texture
Texture copied to clipboard
Use interface state to manage image loading in ASMultiplexImageNode
Similar to #1172 but for ASMultiplexImageNode
@nguyenhuy I wonder if we should flush the pending interface state here? It seems like in some cases like a displayIfNeeded / recursivelyEnsureDisplay preparing for an animation, skipping this call or flush could lead to the cache not being checked.
Feel free to land if you're confident, just wanted to share the possibility of edge cases with interface state coalescing or even standard -displayIfNeeded without the interfaceState fully set.