在iOS上使用OpenGL ES渲染YUV

转自:http://blog.csdn.net/cpluser/article/details/41720431编程 1)建立OpenGL context [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2]; 2)layer设置成不透明 _eaglLayer = (CAEAGLLayer*) self.layer; _eaglL
相关文章
相关标签/搜索