So, terrain generates tangent vectors, and stores it in vertexData, so it can then be used for normal mapping. But since terrain is pretty simple shape (a plane topologically), it’s tangent vectors can easily be calculated in vertex shader.
Question is: is it worth anything to disable storing tangent vectors in vertexData and calculating 'em on gpu?