repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ir_to_mesa: Support texture rectangle targets
[mesa/nouveau-pmpeg.git]
/
src
/
glsl
/
tests
/
attribute-03.glsl
blob
870de9e8148e7a6950ffc24b27ec8bfd9e91fb82
1
/* FAIL - attribute cannot have type ivec3 */
2
attribute ivec3 i;
3
4
void main()
5
{
6
gl_Position = vec4(1.0);
7
}