(gl)
| 91635 | } |
| 91636 | var DeckPicker = function() { |
| 91637 | function DeckPicker1(gl) { |
| 91638 | (0, _classCallCheckDefault.default)(this, DeckPicker1); |
| 91639 | this.gl = gl; |
| 91640 | this.pickingFBO = null; |
| 91641 | this.pickLayersPass = new (0, _pickLayersPassDefault.default)(gl); |
| 91642 | this.layerFilter = null; |
| 91643 | this.lastPickedInfo = { |
| 91644 | index: -1, |
| 91645 | layerId: null, |
| 91646 | info: null |
| 91647 | }; |
| 91648 | this._onError = null; |
| 91649 | } |
| 91650 | (0, _createClassDefault.default)(DeckPicker1, [ |
| 91651 | { |
| 91652 | key: "setProps", |
nothing calls this directly
no outgoing calls
no test coverage detected