开发者

OpenGL|ES on a desktop PC

开发者 https://www.devze.com 2022-12-24 00:38 出处:网络
I\'m working on a OpenGL project that I would like to port to embedded systems that support OpenGL|E开发者_运维知识库S.

I'm working on a OpenGL project that I would like to port to embedded systems that support OpenGL|E开发者_运维知识库S.

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. AMD has such an emulator (Beyond3D news)

  2. ARM provides GL ES emulation (MaliDeveloper)

  3. The general list of available emulators.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消