Bug 74887

Summary: [CSS Shaders] Should get link error for varying value that doesn't exist
Product: WebKit Reporter: Alan Stearns <stearns>
Component: CSSAssignee: Alexandru Chiculita <achicu>
Status: RESOLVED INVALID    
Severity: Normal CC: jnetterfield, krit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 74416    
Bug Blocks:    

Alan Stearns
Reported 2011-12-19 14:47:19 PST
If you refer to a varying value that is not written by the fragment shader, you should get a link error. Example: precision highp float; varying vec4 bogus_value; void main() { gl_FragColor = bogus_value; }
Attachments
Note You need to log in before you can comment on or make changes to this bug.