Beispiel #1
0
 public void SetUniformValue(int location, int value)
 {
     GLCore.Uniform1i(location, value);
 }