Searched refs:i_enabled_array (Results 1 – 1 of 1) sorted by relevance
358 for (std::vector<glw::GLint>::iterator i_enabled_array = m_enabled_arrays.begin(); in ~VertexBufferObject() local359 i_enabled_array != m_enabled_arrays.end(); ++i_enabled_array) in ~VertexBufferObject()361 m_gl.disableVertexAttribArray(*i_enabled_array); in ~VertexBufferObject()