Hi,
MacOS version: 12.2.1 Xcode version: 13.2.1
I'm using MTKView and setting a drawableSize = 1024,768 and autoResizeDrawable = NO, however, drawableSizeWillChange() is being called on app startup, just once, and never again, with a different drawableSize.
Maybe it has to do with incorrect drawable size?
Thanks