Skip to content

Instantly share code, notes, and snippets.

View qhx0807's full-sized avatar
🏆
Focusing

qx qhx0807

🏆
Focusing
  • @404
  • Mars
  • 05:23 (UTC +08:00)
View GitHub Profile
@qhx0807
qhx0807 / a.js
Created October 30, 2023 08:58
浏览器打印显卡信息
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));
@qhx0807
qhx0807 / api.md
Last active May 18, 2021 09:27
api