repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i965: Request that returns be lowered in shader main
[mesa/nouveau-pmpeg.git]
/
src
/
glsl
/
tests
/
constructor-08.glsl
blob
27153f0cda1305cf22abfbdb1b286a66a55ba51e
1
/* PASS */
2
3
uniform float a;
4
uniform float b;
5
6
void main()
7
{
8
ivec2 c;
9
10
c = ivec2(a, b);
11
12
gl_Position = gl_Vertex;
13
}