How can I access vertex Positions through a material?

I need the vertex positions of a mesh to be loaded into a render target through the material. I know it is possible through the utilization of the WorldPositionOffset. But the the WPO will move the vertex to a specified input. I dont want the vertex locations to be changed but rather get the vertex data.