void uniform1i(UniformLocation? location, int x) { context.uniform1i(location?.uniformLocation, x); }