mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-29 10:51:05 +00:00
* 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.