(gl)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected