In my renderScene subroutine I call for a stream of particles drawn with a shader attached (for updating color and position of the particles). Now I just want to draw another object in the scene, i.e. a teapot, but this object get affected by the shader for the particles...is there a way to disable the shader when drawing the teapot, or to assign the particle shader only to the particles?



