Skip to content

Commit

Permalink
tests: misc
Browse files Browse the repository at this point in the history
  • Loading branch information
aras-p committed Feb 24, 2013
1 parent 3d02748 commit edc2ca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/vertex-120/const-expr-init-in.txt
Expand Up @@ -3,7 +3,7 @@ const int kInt2 = 7;
static int kInt3 = 11; static int kInt3 = 11;


float size1 = 512.0; float size1 = 512.0;
float size2 = 1.0 / 512.0; float size2 = 1.0 / 64.0;
float size3 = kInt1; float size3 = kInt1;
float size4 = kInt2 / 3.0; float size4 = kInt2 / 3.0;
float size5 = 5 - kInt2; float size5 = 5 - kInt2;
Expand Down
2 changes: 1 addition & 1 deletion tests/vertex-120/const-expr-init-out.txt
Expand Up @@ -4,7 +4,7 @@ const int kInt2 = 7;
#line 3 #line 3
int kInt3 = 11; int kInt3 = 11;
uniform float size1 = 512.0; uniform float size1 = 512.0;
uniform float size2 = 0.00195313; uniform float size2 = 0.015625;
#line 7 #line 7
uniform float size3 = 3.0; uniform float size3 = 3.0;
uniform float size4 = 2.33333; uniform float size4 = 2.33333;
Expand Down
2 changes: 1 addition & 1 deletion tests/vertex-120/const-expr-init-out120arr.txt
Expand Up @@ -4,7 +4,7 @@ const int kInt2 = 7;
#line 3 #line 3
int kInt3 = 11; int kInt3 = 11;
uniform float size1 = 512.0; uniform float size1 = 512.0;
uniform float size2 = 0.00195313; uniform float size2 = 0.015625;
#line 7 #line 7
uniform float size3 = 3.0; uniform float size3 = 3.0;
uniform float size4 = 2.33333; uniform float size4 = 2.33333;
Expand Down

0 comments on commit edc2ca6

Please sign in to comment.