示例#1
0
 public void TexGen(TextureCoordName coord, TextureGenParameter pname, TextureGenMode param)
 {
     gl.glTexGeni((int)coord, (uint)pname, (int)param);
     CheckException();
 }
示例#2
0
文件: GL.cs 项目: Wiladams/NewTOAPIA
 public static void TexGen(TextureCoordName coord, TextureGenParameter pname, TextureGenMode param)
 {
     gl.glTexGeni((int)coord, (uint)pname, (int)param);
 }