Hello,
does anyone have data on how glCopyBufferSubData performs if both source and target are in graphics device memory compared to, say, if the source is in CPU memory and it is uploaded via glBufferSubData?
Or say in comparison to a transform feedback based solution.
Regards