[Webkit-unassigned] [Bug 148020] New: GraphicsContext3D::activeTexture should not be called with zero-based index

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 23:20:57 PDT 2015


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

            Bug ID: 148020
           Summary: GraphicsContext3D::activeTexture should not be called
                    with zero-based index
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hur.ims at navercorp.com

There are some misusage of GraphicsContext3D::activeTexture in WebGLRenderingContextBase::checkTextureCompleteness.
GraphicsContext3D::activeTexture is expected to be used with an argument that is greater than or equal to GraphicsContext3D::TEXTURE0.
However, WebGLRenderingContextBase::checkTextureCompleteness calls GraphicsContext3D::activeTexture with a zero-based index.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150814/6426edb2/attachment-0001.html>


More information about the webkit-unassigned mailing list