예제 #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);
 }