mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 21:40:41 +00:00
319d144891
* For VS output we can statically determine how much space is needed and allocate more if we need to. * For tessellation/geometry shader output, we need to run a query to see if there was enough output space, then reallocate and run it again. * On GL there isn't a built-in xfb query, only as an extension with poor support, so we just resize to allow the maximum expansion.