Open
Bug 823353
Opened 12 years ago
Updated 2 years ago
Abort-on-GL-error for unexpected errors in internal GL code.
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
NEW
People
(Reporter: jgilbert, Unassigned)
Details
Since WebGL is free to generate GL errors, we can't really use abort-on-error in any practical way. However, we should adapt it to check that our trusted internal code is not generating errors unexpectedly.
Sometimes, we want to allow errors to be generated, so we can pop out of 'trusted' mode, run our fallible calls, and pop back over to 'trusted' mode.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•