[Webkit-unassigned] [Bug 241347] New: Align WebGL draw call functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 13:59:16 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=241347

            Bug ID: 241347
           Summary: Align WebGL draw call functions
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lexa.knyazev at gmail.com
                CC: dino at apple.com, kbr at google.com, kkinnunen at apple.com

The following functions should be aligned with regards to validating bound VAOs (if needed), doing implicit clears, and marking the canvas as changed.

- WebGLRenderingContextBase::drawElements 
- WebGLRenderingContextBase::drawArrays
- WebGLRenderingContextBase::drawElementsInstanced
- WebGLRenderingContextBase::drawArraysInstanced
- WebGLMultiDraw::multiDrawArraysWEBGL
- WebGLMultiDraw::multiDrawArraysInstancedWEBGL
- WebGLMultiDraw::multiDrawElementsWEBGL
- WebGLMultiDraw::multiDrawElementsInstancedWEBGL

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220606/cd2d4f93/attachment.htm>


More information about the webkit-unassigned mailing list