MCPcopy
hub / github.com/microsoft/SandDance / getWebGL2RenderingContext

Function getWebGL2RenderingContext

docs/tests/v2/es6/js/sanddance.js:2893–2899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2891exports.webGLTypesAvailable = webGLTypesAvailable;
2892
2893function getWebGL2RenderingContext() {
2894 var WebGL2RenderingContextNotSupported = function WebGL2RenderingContextNotSupported() {
2895 (0, _classCallCheck2.default)(this, WebGL2RenderingContextNotSupported);
2896 };
2897
2898 return _globals.global.WebGL2RenderingContext || WebGL2RenderingContextNotSupported;
2899} // Ensure that Image is defined under Node.js
2900
2901
2902function getImage() {

Callers 1

sanddance.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected