Open GL ES creating Off-screen

心不动则不痛 提交于 2019-12-25 09:44:43

问题


I am stuck with the following while creating OFF-SCREEN surface using OpenGL ES 2.0 :

1. How to create Off-Screen surface using eglCreatePixmapSurface()?
2. eglCreatePixmapSurface() API takes EGLNativePixmaptype as parameter, what is EGLNativePixmaptype? how to find its Structure definiton? Can i make it on my own? ( In my Code base its declare as void * )
3.Once the drawing is done on a Native Pixmap surface, how to access my Native Pixmap data?

I have searched in internet alot but could find any relevant informative examples.Any help will be appreciated.

来源:https://stackoverflow.com/questions/27498930/open-gl-es-creating-off-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!