mirror of https://github.com/mosra/magnum.git
Browse Source
If no DSA is available and element array buffer was bound previously (e.g. because data were uploaded to it), after binding VAO the binding point is apparently reset to 0. But our state tracking thinks that the buffer is still bound and thus doesn't bind it explicitly again when asked for it. It causes crash in the driver, because it tries to read from zero adress in client memory instead of bound buffer. Needs to be solved properly, when I found out an clean solution.pull/7/head
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue