(gl, value)
| 59807 | return gl.bindFramebuffer(target, value); |
| 59808 | }; |
| 59809 | var readFramebuffer = function readFramebuffer(gl, value) { |
| 59810 | return gl.bindFramebuffer(36008, value); |
| 59811 | }; |
| 59812 | function isArray(array) { |
| 59813 | return Array.isArray(array) || ArrayBuffer.isView(array); |
| 59814 | } |
nothing calls this directly
no outgoing calls
no test coverage detected