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.20
/
compiler
/
qualifiers
/
invariant-01.vert
blob
cb7e1ef84c4c5c93183aa437ce505db8bbf43105
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.20
4
// [end config]
5
//
6
// "invariant" is a reserved word in GLSL 1.20
7
#version 120
8
9
uniform vec4 invariant;
10
11
void main()
12
{
13
gl_Position = invariant;
14
}