RESOLVED INVALID 38139
Update WebGL is* entry points to new spec
https://bugs.webkit.org/show_bug.cgi?id=38139
Summary Update WebGL is* entry points to new spec
Kenneth Russell
Reported 2010-04-26 14:06:19 PDT
The types of the arguments passed to the isBuffer, isTexture, etc. entry points in WebGLRenderingContext were recently changed per discussion on the public_webgl mailing list. The WebKit implementation needs to be updated to track these changes.
Attachments
Zhenyao Mo
Comment 1 2010-09-15 11:02:41 PDT
I am confused by this bug. I compare the WebGLRenderingContext and WebGL spec. They look the same to me. What else do we need to do?
Kenneth Russell
Comment 2 2010-09-15 11:07:48 PDT
(In reply to comment #1) > I am confused by this bug. I compare the WebGLRenderingContext and WebGL spec. They look the same to me. What else do we need to do? I guess that the original IDL for WebGLRenderingContext had these entry points strongly typed (i.e., isTexture(WebGLTexture) rather than isTexture(WebGLObject)). Given that, there is no work to be done.
Zhenyao Mo
Comment 3 2010-09-15 11:15:14 PDT
OK, let's close it then.
Note You need to log in before you can comment on or make changes to this bug.