WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
52386
Map GC3Dboolean to bool instead of unsigned char in GraphicsContext3D
https://bugs.webkit.org/show_bug.cgi?id=52386
Summary
Map GC3Dboolean to bool instead of unsigned char in GraphicsContext3D
Zhenyao Mo
Reported
2011-01-13 11:53:23 PST
As kbr pointed out in
https://bugs.webkit.org/show_bug.cgi?id=51908
, mapping it to unsigned char loses semantical information. Instead of addressing this issue in
https://bugs.webkit.org/show_bug.cgi?id=51908
, I'd rather do it in a seperate patch before landing the reviewed patch in
https://bugs.webkit.org/show_bug.cgi?id=51908
.
Attachments
Add attachment
proposed patch, testcase, etc.
Zhenyao Mo
Comment 1
2011-01-13 13:11:38 PST
Turns out it's just change the typedef of GC3Dboolean, because mapping bool to GLboolean in gl function calls won't raise any warnings, so I will fix this in the landing patch in 51908.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug