Take a deep dive through the rendering pipeline and create a Metal app that renders primitives on screen, in this excerpt from our book, Metal by Tutorials!
Hi guys! Regarding this priceless tutorial, Just FYI there’s one trivial line of code missing,
at metalView.device = device
you also need on the next line, Renderer.device = device
(it appears in the actual downloadable source, it’s just missing in the article.) This might hold up some new programmers, as, it crashes without it of course.