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
/
struct2.frag
blob
bd27fa4ea4adbffe1de1da1a81fac3e0f58a6b23
1
struct s {
\r
2
int i = 1.0; // struct members cannot be initialized at the time of structure declaration
\r
3
} s1;
\r
4
\r
5
void main()
\r
6
{
\r
7
}
\r