Hardware-accelerated OpenVG implementation on Desktop based on OpenGL ES [closed]

北城余情 提交于 2019-12-02 22:14:56

I found a closed source OpenGL ES emulator for OpenGLES 2.0 and other versions from this site while searching for a solution to another problem I had:

http://www.malideveloper.com/developer-resources/tools/opengl-es-20-emulator.php

Its closed source but it appears you can use it for your development purposes.

Other then that, you could write your own abstraction layer that can switch between OpenGL and OpenGL ES -- I couldn't find one available from my searches. If you find one, let me know because that is what I am trying to do.

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