vertexAttrib1fv method

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

Implementation

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