(gl)
| 59729 | return state; |
| 59730 | } |
| 59731 | function resetParameters(gl) { |
| 59732 | setParameters(gl, (0, _webglParameterTables.GL_PARAMETER_DEFAULTS)); |
| 59733 | } |
| 59734 | function withParameters(gl, parameters, func) { |
| 59735 | if ((0, _utils.isObjectEmpty)(parameters)) return func(gl); |
| 59736 | var _parameters$nocatch = parameters.nocatch, nocatch = _parameters$nocatch === void 0 ? true : _parameters$nocatch; |
nothing calls this directly
no test coverage detected