Kodeco Forums

Metal Rendering Pipeline Tutorial

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!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5493-metal-rendering-pipeline-tutorial

Thank you! That was enjoyable and the code worked on my system.

Mike

2 Likes

I’m happy you liked it :slightly_smiling_face:

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.

Thanks ! This book is a must.

1 Like

thanks for spotting that. we’ll fix it asap!
we’re happy you like the book :slightly_smiling_face:

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!