iOS: if `MTKView` can't be drawn to, keep the resize/redraw "flag" dirty (#1100)
There was a bug where apps on iPad would not always be properly redrawn when being resized (in windowed mode). This fixes that (at least in my testing) by NOT clearing the dirty state when the MTKView has no render pass descriptor Thus, the next time it's valid, we repaint it as expected.
K
Kevin Boos committed
e3ac9f2035de414ea5dd365e81fc8aa87bffe12a
Parent: 52d2905
Committed by GitHub <noreply@github.com>
on 6/3/2026, 5:47:48 AM