[Webkit-unassigned] [Bug 42125] New: bufferData and bufferSubData generate wrong error when null buffer is bound

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 18:19:15 PDT 2010


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

           Summary: bufferData and bufferSubData generate wrong error when
                    null buffer is bound
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbr at google.com
                CC: oliver at apple.com, fishd at chromium.org,
                    cmarrin at apple.com, dglazkov at chromium.org,
                    zmo at google.com


When no buffer is bound to the ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER binding point and bufferData or bufferSubData are called, the WebGLRenderingContext will synthesize INVALID_ENUM. In this case it should synthesize INVALID_OPERATION.

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