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 #375

Merged
merged 2 commits into from Aug 28, 2016

Commits on Aug 28, 2016

  1. webgl: Define a command for disableVertexAttribArray().

    The signature for this matches enableVertexAttribArray().
    anholt committed Aug 28, 2016
  2. webgl: Define a command for vertexAttribPointer().

    gleam already had this, and we want to be using it instead of
    vertex_attrib_pointer_f32.
    anholt committed Aug 28, 2016
You can’t perform that action at this time.