How can I synchronize the contents of a managed resource from the GPU to the CPU on iOS ? On MacOS I just need to call the synchronize method.
https://developer.apple.com/documentation/metal/mtlblitcommandencoder/1400775-synchronize
But this is not available on iOS, do you know how can I do it ?