Bug 38139
| Summary: | Update WebGL is* entry points to new spec | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenneth Russell <kbr> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | cmarrin, enne, oliver, zmo |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Kenneth Russell
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Zhenyao Mo
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
(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
OK, let's close it then.