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-es-3.00
/
compiler
/
version-0.frag
blob
126dcab9d9e9d9aa1d5e4ce73500ca078f764065
1
// [config]
2
// expect_result: fail
3
// glsl_version: 3.00
4
// [end config]
5
6
#version 0 es
7
8
void main() { }