repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ext_gpu_shader4: add compiler tests for everything
[piglit.git]
/
tests
/
spec
/
glsl-1.10
/
compiler
/
extension-semicolon.frag
blob
1f5d47347fc64eaa5c0acd9125667a400e688497
1
/* [config]
2
* expect_result: fail
3
* glsl_version: 1.10
4
* [end config]
5
*
6
* #extension directives do not include semicolons, and specifying bogus
7
* extra symbols at the end of the line should be rejected.
8
*/
9
10
#extension GL_ARB_fragment_coord_conventions : enable;
11
void main() { }