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
/
array-13.glsl
blob
cc7e29a5f76540f5b51cb1eea2208394b60fdcd6
1
#version 120
2
/* PASS */
3
4
void main()
5
{
6
vec4 a[2];
7
8
a = vec4 [] (vec4(1.0), vec4(2.0));
9
10
gl_Position = gl_Vertex;
11
}