The article discusses the potential benefits of reducing the use of vertex shaders and moving more functionality into pixel shaders in the rendering engine. This can help eliminate vertex shader permutations, reduce memory traffic, and simplify shader programming. However, there may be potential drawbacks related to the increased burden on pixel shaders and register pressure.
Sort: