抱歉我的英语不好我想显示文件中的视频,其中每像素4字节的帧,BRGA,1280x720?在mac上我只是取出框架并绘制了这个glDrawPixels,在Mac上运行但在opengles中完全不同。这是mac上的代码intpos=0;NSData*data=[[NSDataalloc]initWithContentsOfFile:@"video.raw"];glViewport(0,0,width,height);glLoadIdentity();glOrtho(0,width,0,height,-1.0,1.0);glPixelZoom(1,-1);glClear(GL_COLOR_B