I hereby claim:
- I am markbrouch on github.
- I am mbrouch (https://keybase.io/mbrouch) on keybase.
- I have a public key ASCprmUSjQWVYjl8r6G5-VsRSxCn3x_f894XH00FSl1Otwo
To claim this, I am signing this object:
| # Created by https://www.gitignore.io/api/node,bower,osx,linux,windows,dropbox,sass,less,grunt,sublimetext,code | |
| ### Node ### | |
| # Logs | |
| logs | |
| *.log | |
| npm-debug.log* | |
| # Runtime data |
| # Base editorconfig for new projects | |
| root = true | |
| [*] | |
| end_of_line = lf | |
| indent_style = space | |
| tab_width = 4 | |
| charset = utf-8 | |
| trim_trailing_whitespace = true |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const webgl = document.createElement('canvas').getContext('webgl'); | |
| const webgl2 = document.createElement('canvas').getContext('webgl2'); | |
| const contexts = [webgl, webgl2]; | |
| contexts.forEach(gl => { | |
| const debugRendererInfo = gl.getExtension('WEBGL_debug_renderer_info'); | |
| console.log('renderer:', gl.getParameter(debugRendererInfo.UNMASKED_RENDERER_WEBGL)); | |
| console.log('vendor:', gl.getParameter(debugRendererInfo.UNMASKED_VENDOR_WEBGL)); |
JSConf Budapest, June 2-3, 2022 Presented by: Mark Brouch