(gl)
| 60285 | } |
| 60286 | exports.default = trackContextState; |
| 60287 | function pushContextState(gl) { |
| 60288 | if (!gl.state) trackContextState(gl, { |
| 60289 | copyState: false |
| 60290 | }); |
| 60291 | gl.state.push(); |
| 60292 | } |
| 60293 | function popContextState(gl) { |
| 60294 | (0, _utils.assert)(gl.state); |
| 60295 | gl.state.pop(); |
nothing calls this directly
no test coverage detected