vertexAttrib2fv method
      
dynamic
vertexAttrib2fv(
    
    
- dynamic v0,
- dynamic v1
Implementation
vertexAttrib2fv(v0, v1) {
  return gl.vertexAttrib2fv(v0, v1);
}vertexAttrib2fv(v0, v1) {
  return gl.vertexAttrib2fv(v0, v1);
}