Mesh morphing without UV coordinates ?

Hi,

is there any method of morphing one dense static mesh into another one having the same number of vertices and face topology ? So basically just specifying a start- and end-position for each vertex and let (preferrably the vertex shader) interpolate/morph between the two ?

Cheers.