vertexAttrib4fv method

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

Implementation

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