VAT and LODs

Depends on how you are using VAT. For example, if you are storing the pos and rot textures per vertex, you would need different textures per lod. However, you could store the pos and vertex of rigid bodies for example, and map the verts to these positions. This approach would leverage the same textures for all LOD.