(gl, value)
| 5188 | }; |
| 5189 | |
| 5190 | var readFramebuffer = function readFramebuffer(gl, value) { |
| 5191 | return gl.bindFramebuffer(36008, value); |
| 5192 | }; // Map from WebGL parameter names to corresponding WebGL setter functions |
| 5193 | // WegGL constants are read by parameter names, but set by function names |
| 5194 | // NOTE: When value type is a string, it will be handled by 'COMPOSITE_GL_PARAMETER_SETTERS' |
| 5195 |
nothing calls this directly
no outgoing calls
no test coverage detected