vertexAttrib2fv method

dynamic vertexAttrib2fv(
  1. dynamic v0,
  2. dynamic v1
)

Implementation

vertexAttrib2fv(v0, v1) {
  return gl.vertexAttrib2fv(v0, v1);
}