Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: conformance/shaders/implicit/add_ivec2_vec2.vert

Issue 8344024: Remove older revision of webgl conformance tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/webgl/sdk/tests/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « conformance/shaders/implicit/add_int_vec4.vert ('k') | conformance/shaders/implicit/add_ivec3_vec3.vert » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: conformance/shaders/implicit/add_ivec2_vec2.vert
===================================================================
--- conformance/shaders/implicit/add_ivec2_vec2.vert (revision 106149)
+++ conformance/shaders/implicit/add_ivec2_vec2.vert (working copy)
@@ -1,5 +0,0 @@
-// implicit cast adding ivec2 to vec2 should fail
-void main()
-{
- vec2 f = vec2(1.0, 2.0) + ivec2(1, 2);
-}
« no previous file with comments | « conformance/shaders/implicit/add_int_vec4.vert ('k') | conformance/shaders/implicit/add_ivec3_vec3.vert » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698