(bind-func unset_attribute
(lambda (vao index)
(glBindVertexArray (id vao))
(aset! (attribs vao) index #f)
(aset! (buffers vao) index null)
(glDisableVertexAttribArray index)
(glVertexAttribDivisor index 0)
(glBindVertexArray 0)
void))