mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-05 21:35:49 +00:00
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.