就像macosx中“Photo Booth”应用程序的效果一样。可以同时显示4个EAGLViews吗? 最佳答案 使用glViewport渲染到相同的EAGLView会更容易。然后,您可以在不更改任何内容的情况下在部分后缓冲区中进行渲染。glViewport(http://www.khronos.org/opengles/documentation/opengles1_0/html/glViewport.html)获取左下角的位置和矩形的大小。