I would like to generate vertex geometry on the cpu and then pass it to the GPU and run a number of vertex shaders on the vertices and then get these transformed vertices back to the cpu. I dont want to render the vertices or run any fragment shaders.
Is it possible to get the vertex-shader transformed vertices back from the gpu onto the cpu? If so how?