public void SetUniformValue(int location, float r, float g, float b, float a) { GLCore.Uniform4f(location, r, g, b, a); }