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
/
glslparsertest
/
glsl2
/
tex_rect-04.frag
blob
4b94c54add6013e8037acce1469a6e12f72ad5ff
1
/* PASS */
2
uniform sampler2DRect s;
3
varying vec2 coord;
4
5
void main()
6
{
7
gl_FragColor = texture2DRect(s, coord);
8
}