예제 #1
0
파일: MyGL.cs 프로젝트: fsps60312/OpenTK
 public void Uniform(int location, int x)
 {
     MyGL.CheckError(() => GL.Uniform1(location, x));
 }