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
/
extension2.V110.frag
blob
ece8f3c6034b49eab23e8792464b70f48829ecc6
1
#extension all : require // cannot use require or enable with all
2
#extension all : enable // cannot use require or enable with all
3
4
void main()
5
{
6
}