vertexAttrib3fv method

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

Implementation

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