mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-26 11:50:59 +00:00
7da04de998
* For vertex shader output only, we do the streamout as a point list and render each vertex once then we can reuse the same(ish) index buffer and topology as the original draw. * For GS/DS out there will likely be some expansion of verts so we do the same as we used to.