Perlin and me Sitting on a Tree ...

Perlin and me Sitting on a Tree ...

To start things off, I realised I've been making a minor mistake in my build process all this while. So far, I was using the macosx utility to generate the .metallib files. This would then be read and actually compiled at runtime. A better practice is to do this before-hand, this is done using a MTL::BinaryArchive object, which takes care of the parsing and allocation before-hand. Everything I've done so far has been relatively simple and so I don't remember seeing any hiccups - but this is ideal for more heavy usecases and I will be migrasting all previous attempts to use this approach as well.