uniform4f method
Implementation
void uniform4f(UniformLocation? location, num x, num y, num z, num w) {
context.uniform4f(location?.uniformLocation, x, y, z, w);
}
void uniform4f(UniformLocation? location, num x, num y, num z, num w) {
context.uniform4f(location?.uniformLocation, x, y, z, w);
}