webgl: Add support for getParameter(GL_FRAMEBUFFER_BINDING).
6651db8
To do this, we need to keep a map of GL names (encapsulated as WebGLFramebufferId) to WebGLFramebuffer objects so that we can return the right type. Fixes #12852