Blog
@ikenndac I recently have been working on a camera feature where I have an AVCaptureSession send an async stream of CVPixelBuffers to a view model that creates a CIImage that then gets rendered to an MTKView subclass.
I still was seeing major CPU usage around the MTKView and was hoping more of that would be on the GPU.
Anything you’ve learned that you can share would be appreciated!