# 5.4 Use Multiple Shaders

We like to use flat shading for our cube and Blinn-Phong or Phong for the teapot.

At the moment we only support use of a single shader.&#x20;

Now we are going to revise Main.cpp and the Mesh class to support use of multiple shaders
