OpenGL|ES on a desktop PC

扶醉桌前 提交于 2020-01-03 10:47:21

问题


I'm working on a OpenGL project that I would like to port to embedded systems that support OpenGL|ES.

Since OpenGL|ES is a subset of OpenGL how hard would it be to compile my OpenGL application on an embedded system? (Assuming that my OpenGL code is in the limits of OpenGL|ES)

I guess what I'm wondering is: is it possible to dircetly wrap my OpenGL calls with MACROS to make it compatible with OpenGL|ES API call names? Are there any calls specific to OpenGL|ES that I would have to implement?


回答1:


  1. AMD has such an emulator (Beyond3D news)

  2. ARM provides GL ES emulation (MaliDeveloper)

  3. The general list of available emulators.




回答2:


There's always dgles. Sami Kyostila made some updates to it.



来源:https://stackoverflow.com/questions/2476929/opengles-on-a-desktop-pc

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