[Webkit-unassigned] [Bug 112359] New: Check WEBGL_draw_buffers requirements before exposing the extension

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 10:17:43 PDT 2013


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

           Summary: Check WEBGL_draw_buffers requirements before exposing
                    the extension
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zmo at google.com
                CC: dino at apple.com, kbr at google.com, gman at chromium.org,
                    bajones at chromium.org


A few WebGL requirements on top of EXT_draw_buffers

1) supports a minimum of 4 color attachments
2) MAX_COLOR_ATTACHMENTS >= MAX_DRAW_BUFFERS
3) check attaching n consecutive color attachments starting at COLOR_ATTACHMENT0_WEBGL returns FRAMEBUFFER_COMPLETE
    check attaching n consecutive color attachments starting at COLOR_ATTACHMENT0_WEBGL plus DEPTH returns FRAMEBUFFER_COMPLETE
    check attaching n consecutive color attachments starting at COLOR_ATTACHMENT0_WEBGL plus DEPTH_STENCIL returns FRAMEBUFFER_COMPLETE

-- 
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