repo.or.cz
/
piglit
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add more structure constructor tests.
[piglit/hramrach.git]
/
tests
/
shaders
/
glsl-algebraic-add-zero.shader_test
blob
00296824c236132b4c781b4911c6802c4a60ee6d
1
[require]
2
GL >= 2.0
3
GLSL >= 1.10
4
5
[vertex shader]
6
void main()
7
{
8
gl_Position = gl_Vertex;
9
}
10
11
[fragment shader]
12
uniform vec4 color;
13
void main()
14
{
15
gl_FragColor = color + vec4(0.0);
16
}
17
18
[test]
19
uniform vec4 color 0.0 1.0 0.0 0.0
20
draw rect -1 -1 2 2
21
probe rgb 1 1 0.0 1.0 0.0