(gl)
| 63416 | } |
| 63417 | ]); |
| 63418 | function Renderbuffer1(gl) { |
| 63419 | var _this; |
| 63420 | var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; |
| 63421 | (0, _classCallCheckDefault.default)(this, Renderbuffer1); |
| 63422 | _this = (0, _possibleConstructorReturnDefault.default)(this, (0, _getPrototypeOfDefault.default)(Renderbuffer1).call(this, gl, opts)); |
| 63423 | _this.initialize(opts); |
| 63424 | Object.seal((0, _assertThisInitializedDefault.default)(_this)); |
| 63425 | return _this; |
| 63426 | } |
| 63427 | (0, _createClassDefault.default)(Renderbuffer1, [ |
| 63428 | { |
| 63429 | key: "initialize", |
nothing calls this directly
no test coverage detected