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
arb_framebuffer_object: add missing MSAA alpha-to-coverage and alpha-to-one tests
[piglit.git]
/
tests
/
spec
/
glsl-1.10
/
compiler
/
qualifiers
/
inout-01.vert
blob
c0edffd1ddf2ada9a0b771af51a5e82179c3b1ef
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.10
4
// [end config]
5
//
6
// "inout" is only allowed in parameter list in GLSL 1.10
7
8
inout vec4 foo;