vertexAttrib2fv method

  1. @DomName('WebGLRenderingContext.vertexAttrib2fv')
  2. @DocsEditable()
void vertexAttrib2fv (int indx, dynamic values)

Implementation

@DomName('WebGLRenderingContext.vertexAttrib2fv')
@DocsEditable()
void vertexAttrib2fv(int indx, values) native;