Possible to run WebGL content from an android emulator?

谁都会走 提交于 2019-12-04 06:32:12

问题


Hello I have been trying to run WebGL content in a number of android emulators( BlueStacks, Andy, Duos, and VirtualBox ). When I try to access any WebGL content in a browser( chrome, firefox ) I get a message stating that WebGL is not supported by my video card. Of course WebGL works fine outside of the emulator. Thanks in advance for any advice.


回答1:


Based on this blog post: http://blog.tojicode.com/2013/11/the-state-of-webgl-on-chrome-aka-why.html

It might be that all of the emulators don't support the OpenGL Extension

 GL_EXT_robustness


来源:https://stackoverflow.com/questions/32789443/possible-to-run-webgl-content-from-an-android-emulator

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