stackgl / gl-vao

Vertex array object wrapper for WebGL
http://stack.gl/gl-vao/
MIT License
24 stars 4 forks source link

add elementsType to constructor + update functions for uint32 element arrays #3

Closed chrisdickinson closed 10 years ago

chrisdickinson commented 10 years ago

This makes using gl-vao with OES_element_index_uint possible.

mikolalysenko commented 10 years ago

Looks good to me