Transformed and Lit Vertex

The D3DTLVERTEX structure defines a vertex that is already lit and transformed by your application before it enters the Direct3D rendering pipeline. Therefore, it will not be lit or transformed by the Direct3D system.

This vertex type may be the easiest to use when porting existing 3-D applications to Direct3D.