void uniform1f(UniformLocation? location, num x) { context.uniform1f(location?.uniformLocation, x); }