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
/
CorrectExtension1.V110.frag
blob
a6a00ed369962a6b384fb1aa662703c9f305c82b
1
#extension all : disable // no error in the program
2
#extension all : warn // no error in the program
3
4
void main()
5
{
6
}