Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webgl: Add vertexAttribPointer and disableVertexAttribArray support #13101

Closed
wants to merge 2 commits into from

Commits on Sep 21, 2016

  1. webgl: Switch to using full vertexAttribPointer support.

    Fixes many conformance testcase crashes in unexpected GL errors or in
    DOM-side errors for non-FLOAT attribs.
    anholt committed Sep 21, 2016
  2. webgl: Enable disableVertexAttribArray().

    Fixes some early-exit failures in testcases.
    anholt committed Sep 21, 2016
You can’t perform that action at this time.