[Webkit-unassigned] [Bug 73148] New: WebGL Failing to Construct Shader: webgl-texture-binding-preserved.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 25 15:20:16 PST 2011


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

           Summary: WebGL Failing to Construct Shader:
                    webgl-texture-binding-preserved.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: twiz at chromium.org
                CC: cmarrin at apple.com, twiz at chromium.org


A Chromium webgl test is failing on Safari, due to an error condition when installing a shader.

The vertex shader source is the following:

attribute vec4 vPosition;
attribute vec2 texCoord0;
varying vec2 texCoord;
void main() {
    gl_Position = vPosition;
    texCoord = texCoord0;
}

See the following issue for background on the test:  https://bugs.webkit.org/show_bug.cgi?id=73033

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