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
/
shaders
/
CorrectVersion.V110.frag
blob
3a7d8fefe6163d8761d453ab3be8d571a4fc6253
1
/* #version can only be followed by number 110. The only statements before
2
#version can be comment or white spaces */
3
4
5
6
#version 110
7
8
9
void main()
10
{
11
gl_FragColor = vec4(1);
12
}