If vertices are only represented by a position, or a position + normal, or a position + texture coordinates, one can clearly see the benefits of an index buffer. But does a single index buffer still pay off and even make sense if vertices are represented by a position + normal + texture coordinates (.obj files)?
Alternatively, do multiple buffer textures (via offsetting) pay off the performance penalty due to all the look ups (especially with regard to D3D11)?