Exemplo n.º 1
0
 public void SetUniformValue(int location, float value)
 {
     GLCore.Uniform1f(location, value);
 }