RESOLVED FIXED Bug 95687
Web Inspector: [WebGL] Bugfix: wrong texture binding target in replay for 3D textures
https://bugs.webkit.org/show_bug.cgi?id=95687
Summary Web Inspector: [WebGL] Bugfix: wrong texture binding target in replay for 3D ...
Andrey Adaikin
Reported 2012-09-03 06:58:22 PDT
gl.bindTexture accepts either TEXTURE_2D or TEXTURE_CUBE_MAP targets, but we tried to replay with TEXTURE_CUBE_MAP_POSITIVE_X and others for 3D textures. Patch to follow.
Attachments
Patch (3.47 KB, patch)
2012-09-03 07:00 PDT, Andrey Adaikin
no flags
Andrey Adaikin
Comment 1 2012-09-03 07:00:32 PDT
WebKit Review Bot
Comment 2 2012-09-04 05:30:12 PDT
Comment on attachment 161920 [details] Patch Clearing flags on attachment: 161920 Committed r127459: <http://trac.webkit.org/changeset/127459>
WebKit Review Bot
Comment 3 2012-09-04 05:30:15 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.