RESOLVED FIXED Bug 241748
Align uniform*, WebGLMultiDraw, and GraphicsContextGLANGLE functions
https://bugs.webkit.org/show_bug.cgi?id=241748
Summary Align uniform*, WebGLMultiDraw, and GraphicsContextGLANGLE functions
Alexey Knyazev
Reported 2022-06-18 05:22:17 PDT
* WebGL2RenderingContext::uniform* function signatures should have const qualifiers like their counterparts. * WebGL2RenderingContext::uniform* function signatures should use rvalue references for typed arrays. * WebGLMultiDraw should not redefine TypedList class. * WebGLMultiDraw::multiDraw* function signatures should use rvalue references for typed arrays. * WebGLRenderingContextBase::uniform1* should skip extra validation when using ANGLE. * All draw and clear commands from GraphicsContextGLANGLE should end with checkGPUStatus.
Attachments
EWS
Comment 1 2022-06-21 01:19:59 PDT
Committed r295682 (251687@main): <https://commits.webkit.org/251687@main> Reviewed commits have been landed. Closing PR #1616 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2022-06-21 01:20:22 PDT
Note You need to log in before you can comment on or make changes to this bug.