You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 10.1.4.2 this causes a fullscreen frontmost window (a manually created NSWindow with frame matching NSScreen frame) with a MTKView (i.e. in another app!) to stop updating whilst this app is running.
Further investigation required, notably:
does this affect every fullscreen frontmost window?
can we detect the windows that cause the issue?
can we draw the problematic windows another way (and still be performant)?
Note: Our suspicion is that Apple does something 'interesting' with respect to fullscreen windows in the name of performance...
The text was updated successfully, but these errors were encountered:
In 10.1.4.2 this causes a fullscreen frontmost window (a manually created NSWindow with frame matching NSScreen frame) with a MTKView (i.e. in another app!) to stop updating whilst this app is running.
Further investigation required, notably:
Note: Our suspicion is that Apple does something 'interesting' with respect to fullscreen windows in the name of performance...
The text was updated successfully, but these errors were encountered: