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
/
parser1.vert
blob
7c120dffd7abc3912de734e046fef0fdb463369c
1
void main()
\r
2
{
\r
3
int a // semicolon missing at the end of the statement
\r
4
gl_Position = vec4(a);
\r
5
}
\r