(If you haven’t read Part 3 in this series, it is available here) The Deferred Shading Base PassIn part 3 we finished examining the C++ side of things and are finally ready to look at how everything works on the GPU. We’ll take a deeper look at how a Vertex Factory controls the input to the common base pass vertex shader code, and how tessellation is handled (with its additional Hull and Domain st
