Chromium Code Reviews| Index: conformance/shaders/misc/non-ascii.vert |
| =================================================================== |
| --- conformance/shaders/misc/non-ascii.vert (revision 106149) |
| +++ conformance/shaders/misc/non-ascii.vert (working copy) |
| @@ -1,8 +0,0 @@ |
| -// Non ascii data in source should fail |
| -// See GLSL ES Spec 1.0.17 section 3.1 and 3.2 |
| -// ±êÍ`rbhhÅÍȢŷB |
| -// s@h@m@`rbhh |
| -uniform mat4 m`rbhh; |
| -void main() { |
| - gl_Position = vec4(1,1,1,1); |
| -} |