vertexAttrib4f method
Implementation
void vertexAttrib4f(
int index,
/* double | NaN */ dynamic x,
/* double | NaN */ dynamic y,
/* double | NaN */ dynamic z,
/* double | NaN */ dynamic w) =>
js_util.callMethod(this, 'vertexAttrib4f', [index, x, y, z, w]);