mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-22 07:21:34 +00:00
* It seems like there's some buggy behaviour when mixing and matching 'old' style vertex attrib pointer/offset functions, and the new attrib/vertex buffer binding style (which we use in VAO initial state since it's a superset of functionality). * Fortunately, the spec defines exactly how VertexAttribPointer is defined in terms of the new system, so just do the replacement ourselves.