It also has the benefit of not having to set up render passes for unique objects... you set up the rendering once, and then run it over and over for each new object. So, say, you have 100 objects, instead of having to set up all your constants and states and textures, etc., 100 times, you just set it once and render 100…