mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-29 02:41:08 +00:00
* If buffer wasn't a multiple of 4, a Buffer.BlockCopy call could crash * Unsigned byte indices (for GL) weren't supported * Post-transform index buffer was assumed to just be uints, but in fact it is the same size as the drawcall's existing indices.