extracting vertex info from the transform feedback

Hi

Usually a transform feedback is used as a source of vertex data for drawing commands. If instead of drawing, I wanted to use the vertex info inside for some side computational work, how can i extract the vertex info?