• Unset the texture/rb bindings after we use them.

    webgl's default-texture.html was expecting to have no texture bound on
    a freshly created context, but with this module in place a texture was
    there.  That texture happened to be the draw buffer, creating a
    feedback loop (undefined behavior).
    anholt committed Sep 19, 2016