示例#1
0
文件: MyGL.cs 项目: fsps60312/OpenTK
 public void Uniform(int location, int x)
 {
     MyGL.CheckError(() => GL.Uniform1(location, x));
 }