1

是否有 WebGL2 支持/不支持的显卡列表?

我在两台计算机上遇到问题,它们都运行 Win7 和 Chrome 58(也在 56 上测试),启用了所有 WebGL 标志,一台计算机具有 nvidia quadro 600 和另一台 ati radeon HD 2400,两者都具有最新的驱动程序,我得到了浏览器不支持 WebGL2 的错误。我使用了 khronos 的一致性测试:https ://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html?version=2.0.1

有人遇到过类似的问题吗?

谢谢!

4

1 回答 1

1

FIRST my Reputation is to low i cant post more then 2 links. Don't worry we find a way around Copy+Paste the text/that/might/look/like/a/link

Type chrome://gpu/

into the adressbar and you see how good Chrome communicate with the Graphiccard and what task it can perform. - here are some switches to enable and tweak your default(if blacklisted) configuration:

peter.sh/experiments/chromium-command-line-switches/

Take into account superuser.com/questions/836832/how-can-i-enable-webgl-in-my-browser

Also on Windows OpenGL/WebGL content has to transpile through so called ANGLE interface into DIRECTX. Probably the bug occurs on side of DirectX. Your GraphicCard was listed in ANGLE only for DirectX Version 10. and WebGL 1.0 You can bypass and start using native OpenGL by using the switch

--enable-unsafe-es3-apis

Try Chrome from a Dev channel/Canary. the problem may fixed in an upcoming stable Version of Chrome

chromium.org/getting-involved/dev-channel

于 2017-04-28T19:19:28.317 回答