Does adding a directional light costs an extra draw call ?
I am doing an iPhone game and want to keep the draw call count at it’s minimum.
You are potentially doubling your number of draw calls if you use a light.
Pixel lights. Vertex lights don’t double draw calls.