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-4294967295.frag
blob
c7ae1bf2ffd605c1729f85de7e446c21c7083689
1
// [config]
2
// expect_result: fail
3
// glsl_version: 3.00
4
// [end config]
5
6
// As a 32-bit integer, this is -1
7
#version 4294967295 es
8
9
void main() { gl_FragColor = vec4(0); }