Bug 260955
Summary: | WebGLFramebuffer uses renderbuffer and texture attachments via WebGLObject | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | WebGL | Assignee: | Kimmo Kinnunen <kkinnunen> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino, kbr, kkinnunen, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Kimmo Kinnunen
WebGLFramebuffer uses renderbuffer and texture attachments via WebGLObject
- Forces the code to be less safe than needed
- Gets in the way of not having renderbuffers and textures share a common base class
- Needs "isRenderbuffer(), isTexture()" disambiguation in base class
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/114750589>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/17282
EWS
Committed 267535@main (0dcc7a680e6c): <https://commits.webkit.org/267535@main>
Reviewed commits have been landed. Closing PR #17282 and removing active labels.