EclipseEmu / eclipse-native

Eclipse, built as a native app for Apple platforms
4 stars 0 forks source link

[Video] CAMetalLayer does not display anything until some sort of update #23

Closed magnetardev closed 6 months ago

magnetardev commented 6 months ago

When you open a game right now, the screen will not display any frames until you:

I have tried every combination of setNeedsDisplay/setNeedsLayout and have been unable to figure out something that can consistently get this to work. I'd rather not use a hacky SwiftUI fix, but I may need to.

I have also tried a full on UIKit view controller for the emulation view, but same issue there.