Пример #1
0
 public void SetUniformValue(int location, Vector3D vector)
 {
     GLCore.Uniform3f(location, vector.X, vector.Y, vector.Z);
 }