Bug 244015
| Summary: | texImageImpl, texImageArrayBufferViewHelper, and texImageSourceHelper could share more code | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Enhancement | CC: | dino, kbr, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Dan Glastonbury
There's a lot of cut-n-paste common code between these functions. It feels like to redraw errors in handling texture image specification, it should be straight forward to unify these functions to reduce the number of places where the same functionality is repeated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/98757512>
Dan Glastonbury
Erm, `reduce` not `redraw` errors in handling...