Beispiel #1
0
 public void SetUniform(string uniformName, float v1)
 {
     GL.Uniform1(GetUniformLocation(uniformName), v1);
 }