repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cl: Don't use device_infos if num_device_infos == 0
[piglit.git]
/
tests
/
glslparsertest
/
glsl2
/
constructor-08.vert
blob
d1320a4bd20b23ac85a0166fbe357af0137638f9
1
// [config]
2
// expect_result: pass
3
// glsl_version: 1.10
4
//
5
// [end config]
6
7
/* PASS */
8
9
uniform float a;
10
uniform float b;
11
12
void main()
13
{
14
ivec2 c;
15
16
c = ivec2(a, b);
17
18
gl_Position = gl_Vertex;
19
}