Bug 278153
| Summary: | [WebXR] Specify that enableFoveation argument is a PlatformGLObject | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | WebXR | Assignee: | Dan Glastonbury <djg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | djg, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dan Glastonbury
GraphicsContextGL::enableFoveation takes a renderbuffer as it's only
argument. This needs to be declared as PlatformGLObject for generate-gpup-webgl
to generate the look up of the actual object id for the Renderbuffer, otherwise
an invalid id is passed to OpenGL.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/133921297>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/32236
EWS
Committed 282324@main (4216bb07b87d): <https://commits.webkit.org/282324@main>
Reviewed commits have been landed. Closing PR #32236 and removing active labels.