[Webkit-unassigned] [Bug 52435] New: GLSL shaders with comments including quote characters fail to compile
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 14 01:43:37 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=52435
Summary: GLSL shaders with comments including quote characters
fail to compile
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebGL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tom at subblue.com
If I define a GLSL shader that includes comments with single or double quote characters then the shader fails to compile. gl.getShaderInfoLog(shader) returns an empty string.
A simple fragment shader that causes this:
#ifdef GL_ES
precision highp float;
#endif
// Standard comment with "quotes"
void main()
{
gl_FragColor = vec4(1);
}
--
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