Just an update, the mtkView function
extension Renderer: MTKViewDelegate {
func mtkView(_ view: MTKView, drawableSizeWillChange size: CGSize) {
.....
}
....
}
gets invoked on the simulator and on the iPad during debugging, it does not get invoked during debugging on an iPhone device.
It does get invoked during running without debugging! I just tried Xcode 12.2 beta and the same result!
Please help
Topic:
Graphics & Games
SubTopic:
Metal
Tags: