摘要: How do I take a snapshot of my OpenGL ES view and save the result in a UIImage?A: The OpenGL ES commands issued by your application are sent to the current rendering context (an EAGLContext object) which contains state information of your rendering target. To take a snapshot of your OpenGL ES view, 阅读全文
posted @ 2012-07-03 16:09 泪啸 阅读(1384) 评论(0) 推荐(0)