获取设备 GPU 型号

Tags
web
Created
Jul 17, 2017 6:20 AM

(function () {    var canvas = document.createElement('canvas'),        gl = canvas.getContext('experimental-webgl'),        debugInfo = gl.getExtension('WEBGL_debug_renderer_info');    console.log(gl.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL));})();

SuperMade with Super