public void SetUVector(string name, Vector3i value) { GL.Uniform3(GetUniformLocation(name), value.ToFloat()); }