mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-17 21:17:09 +00:00
6bc0851121
GLES allows drawing from client memory instead of VBOs. We keep a set of buffers, one for each potential attribute, to bind the vertex attribute to instead of the client array pointer. These buffers are then filled before the draw call.