MCPcopy Create free account
hub / github.com/microsoft/SandDance / Texture2DArray

Function Texture2DArray

docs/tests/v2/es6/js/sanddance.js:13670–13678  ·  view source on GitHub ↗
(gl)

Source from the content-addressed store, hash-verified

13668 }]);
13669
13670 function Texture2DArray(gl) {
13671 var _this;
13672
13673 var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
13674 (0, _classCallCheck2.default)(this, Texture2DArray);
13675 _this = (0, _possibleConstructorReturn2.default)(this, (0, _getPrototypeOf2.default)(Texture2DArray).call(this, gl, opts));
13676 throw new Error('Texture2DArray not yet implemented');
13677 return _this;
13678 }
13679
13680 return Texture2DArray;
13681}(_texture.default);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected