Porting a project to an unbounded app, testing on simulator only.
Xcode compiles OK, but I get a crash on loading.
*** Terminating app due to uncaught exception ‘CAMetalLayerInvalid’, reason: ‘unsupported extended range format’
In CreateSystemRenderingSurfaceMTL
surface->layer.pixelFormat = colorFormat; - Thread 1: “Unsupported extended range format”
Any ideas?