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-mat-110.shader_test
blob
d36ac096f57de273a08dcb7d7496680780f7dab7
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
#version 110
13
14
void main()
15
{
16
float mat4x2 = 1.0;
17
18
gl_FragColor = vec4(0.0, mat4x2, 0.0, 0.0);
19
}
20
21
[test]
22
draw rect -1 -1 2 2
23
probe rgba 1 1 0.0 1.0 0.0 0.0