2023 M2 pro中chrome里面获取不到webgl实例
设备:2023 M2 pro芯片
chrome版本:Version 119.0.6045.159 (Official Build) (arm64)
在最新版chrome浏览器中,获取不到webgl实例,如下:
const canvas = document.createElement('canvas');
const webgl = canvas.getContext('webgl');
webgl实例为空...
MacBook Pro (M2 Pro, 2023)