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