Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 3
and
Version 4
of
webgl
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Oct 4, 2013, 4:16:33 PM (
11 years
ago)
Author:
Leon Kos
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
webgl
v3
v4
66
66
67
67
if (!gl.getProgramParameter(shaderProgram, gl.LINK_STATUS)) {
68
alert(
“Failed to setup shaders”
);
68
alert(
"Failed to setup shaders"
);
69
69
}
70
70