uniform1f method
Implementation
void uniform1f(
WebGLUniformLocation? location, /* double | NaN */ dynamic x) =>
js_util.callMethod(this, 'uniform1f', [location, x]);
void uniform1f(
WebGLUniformLocation? location, /* double | NaN */ dynamic x) =>
js_util.callMethod(this, 'uniform1f', [location, x]);