Index: third_party/webgl/conformance-suites/1.0.0/conformance/shaders/misc/non-ascii.vert |
=================================================================== |
--- third_party/webgl/conformance-suites/1.0.0/conformance/shaders/misc/non-ascii.vert (revision 121077) |
+++ third_party/webgl/conformance-suites/1.0.0/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); |
-} |