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