(gl)
| 77300 | var _webgl = require("@luma.gl/webgl"); |
| 77301 | var BufferTransform = function() { |
| 77302 | function BufferTransform1(gl) { |
| 77303 | var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; |
| 77304 | (0, _classCallCheckDefault.default)(this, BufferTransform1); |
| 77305 | this.gl = gl; |
| 77306 | this.currentIndex = 0; |
| 77307 | this.feedbackMap = {}; |
| 77308 | this.varyings = null; |
| 77309 | this.bindings = []; |
| 77310 | this.resources = {}; |
| 77311 | this._initialize(props); |
| 77312 | Object.seal(this); |
| 77313 | } |
| 77314 | (0, _createClassDefault.default)(BufferTransform1, [ |
| 77315 | { |
| 77316 | key: "setupResources", |
nothing calls this directly
no outgoing calls
no test coverage detected