Closed
Bug 1916561
Opened 6 months ago
Closed 6 months ago
GL_BYTE not recognized by GetEnumName
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(2 files)
This would make the warning message in bug 1908624 more clear. (It says 0x1400
instead of BYTE
, which is true but not as helpful)
Also, it looks like we are short SHORT as well. :)
Assignee | ||
Comment 1•6 months ago
|
||
I sorted with python print('\n'.join(sorted(text.split('\n'))))
.
Assignee | ||
Comment 2•6 months ago
|
||
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ed10a40568fe
Sort cases in GetEnumName. r=gfx-reviewers,nical
https://hg.mozilla.org/integration/autoland/rev/12455febaaf1
Add [BYTE, SHORT] to webgl GetEnumName. r=gfx-reviewers,lsalzman
https://hg.mozilla.org/integration/autoland/rev/aff83968e810
apply code formatting via Lando
Comment 4•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ed10a40568fe
https://hg.mozilla.org/mozilla-central/rev/12455febaaf1
https://hg.mozilla.org/mozilla-central/rev/aff83968e810
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•