Closed
Bug 965478
Opened 11 years ago
Closed 11 years ago
ANGLE reports bogus ascii chars in some errors (needs angle update)
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: vlad, Unassigned)
References
Details
A "char size" member is being printed with stream << size << "-component ..." stuff, reading to errors like:
ERROR: 0:5: 'assign' : cannot convert from 'varying mediump \x04-component vector of float' to 'float'
(where the \x04 is a literal byte with value 4). This is fixed in upstream angle, see https://chromium.googlesource.com/angle/angle/+/master/src/compiler/translator/intermOut.cpp TType::getCompleteString
Comment 1•11 years ago
|
||
We don't want to fix this before grabbing the upstream update?
Reporter | ||
Comment 2•11 years ago
|
||
Should be fixed by bug 1010371.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•