[Webkit-unassigned] [Bug 133745] New: use OpenGL ES 3 as backend for WebGL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 10:20:41 PDT 2014


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

           Summary: use OpenGL ES 3 as backend for WebGL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com
                CC: dino at apple.com, pyalot at gmail.com


WebGL 2.0 uses OpenGL ES 3.  We should be careful that code that uses gl.getExtension to query WebGL extensions does not break.  I'm not sure how this will be dealt with in the WebGL 2.0 spec, but I think if something was an extension in WebGL 1.0 and is no longer an extension in WebGL 2.0, gl.getExtension should still return the same value to ensure backward compatibility.

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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list