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
/
dataType19.frag
blob
5238337daf7a269dcc96b064217ffe8e68ec9ecf
1
uniform sampler1D s;
\r
2
void main()
\r
3
{
\r
4
int i = int(s); // conversion not allowed
\r
5
}
\r