我在 Google Chrome 中启动 WebGL 时遇到问题。这是关于我的 GPU 的信息about:gpu
:
GPU0 VENDOR = 0x8086 [Intel Corporation],
DEVICE= 0x0116 [2nd Generation Core Processor Family
Integrated Graphics Controller]
我做了一些研究并检查了about:flags
以下属性中的启用情况:
- 网页GL
- 加速 2D 画布
- 覆盖软件渲染列表
我还尝试启动 chrome,-ignore-gpu-blacklist
但 WebGL 和硬件加速仍然不可用。我知道WebGL至少需要OpenGL 2.0。然后我在存储库中搜索,发现只有两个库似乎是我需要的,我安装了它们,但仍然没有结果。
我需要什么才能让它发挥作用?