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
/
glsl2
/
pragma-03.vert
blob
9fdc29b1f6db3a9a4b80b3ae13f5e430f74d7257
1
/* FAIL
2
*
3
* From page 11 (page 17 of the PDF) of the GLSL 1.10 spec:
4
*
5
* "[#pragma debug] can only be used outside function definitions."
6
*/
7
void main()
8
{
9
#pragma debug(off)
10
gl_Position = gl_Vertex;
11
}