Closed
Bug 413041
Opened 17 years ago
Closed 17 years ago
[c3d] glweb20 uniformi doesn't work
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: philip, Unassigned)
Details
Attachments
(1 file)
1.21 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
nsCanvasRenderingContextGLWeb20::Uniformi() calls JSArrayToSimpleBuffer(... GL_INT ...)
JSArrayToSimpleBuffer doesn't handle typeParam == GL_INT, so the call to uniformi fails.
Comment on attachment 297894 [details] [diff] [review]
patch
Ah, good catch. I'll get this checked in over the weekend, thanks!
Attachment #297894 -
Flags: review+
This got checked in and is in the latest ext.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•