(gl)
| 59467 | return Boolean(gl && Number.isFinite(gl._version)); |
| 59468 | } |
| 59469 | function isWebGL2(gl) { |
| 59470 | return Boolean(gl && gl._version === 2); |
| 59471 | } |
| 59472 | function assertWebGLContext(gl) { |
| 59473 | (0, _utils.assert)(isWebGL(gl), ERR_CONTEXT); |
| 59474 | } |
no outgoing calls
no test coverage detected