[Webkit-unassigned] [Bug 226590] New: Compile error in HTML canvas when both OpenGL and WebGL2 are used in GTKPlatform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 10:41:43 PDT 2021


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

            Bug ID: 226590
           Summary: Compile error in HTML canvas when both OpenGL and
                    WebGL2 are used in GTKPlatform
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: estea at igalia.com

Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:

In function  WebGLRenderingContextBase::drawElements m_context is of type GraphicsContextGL which doesn't have any primitiveRestartIndex function. Context should be accessed as GraphicsContextGLOpenGL to call this function otherwise a compile error is generated.

-- 
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/20210603/a8472e88/attachment-0001.htm>


More information about the webkit-unassigned mailing list