()
| 25635 | /*#__PURE__*/ |
| 25636 | function () { |
| 25637 | function ShaderModuleRegistry() { |
| 25638 | (0, _classCallCheck2.default)(this, ShaderModuleRegistry); |
| 25639 | this.shaderModules = {}; |
| 25640 | this.defaultShaderModules = []; |
| 25641 | } |
| 25642 | |
| 25643 | (0, _createClass2.default)(ShaderModuleRegistry, [{ |
| 25644 | key: "setDefaultShaderModules", |
nothing calls this directly
no outgoing calls
no test coverage detected