(gl)
| 67691 | } |
| 67692 | ]); |
| 67693 | function ProgramManager1(gl) { |
| 67694 | (0, _classCallCheckDefault.default)(this, ProgramManager1); |
| 67695 | this.gl = gl; |
| 67696 | this._programCache = {}; |
| 67697 | this._getUniforms = {}; |
| 67698 | this._registeredModules = {}; |
| 67699 | this._hookFunctions = []; |
| 67700 | this._defaultModules = []; |
| 67701 | this._hashes = {}; |
| 67702 | this._hashCounter = 0; |
| 67703 | this.stateHash = 0; |
| 67704 | this._useCounts = {}; |
| 67705 | } |
| 67706 | (0, _createClassDefault.default)(ProgramManager1, [ |
| 67707 | { |
| 67708 | key: "addDefaultModule", |
nothing calls this directly
no outgoing calls
no test coverage detected