repo.or.cz
/
piglit
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add more structure constructor tests.
[piglit/hramrach.git]
/
tests
/
glslparsertest
/
glsl2
/
draw_buffers-01.frag
blob
66e8918cec0bad181f35bd82de2092beccff7584
1
/* PASS */
2
#version 110
3
#extension GL_ARB_draw_buffers: disable
4
5
uniform vec4 a;
6
7
void main()
8
{
9
gl_FragData[0] = a;
10
}