(gl)
| 64105 | }); |
| 64106 | } |
| 64107 | function getFeatures(gl) { |
| 64108 | gl.luma = gl.luma || {}; |
| 64109 | gl.luma.caps = gl.luma.caps || {}; |
| 64110 | for(var cap in 0, _webglFeaturesTableDefault.default)if (gl.luma.caps[cap] === undefined) gl.luma.caps[cap] = isFeatureSupported(gl, cap); |
| 64111 | return gl.luma.caps; |
| 64112 | } |
| 64113 | function isFeatureSupported(gl, cap) { |
| 64114 | gl.luma = gl.luma || {}; |
| 64115 | gl.luma.caps = gl.luma.caps || {}; |
nothing calls this directly
no test coverage detected