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-07.vert
blob
641b5c5a36cba5407f4903db12383c3110b2e419
1
/* FAIL - gl_MaxDrawBuffers is available, but gl_FragData is only in fragment
2
* shaders
3
*/
4
#version 110
5
6
void main()
7
{
8
gl_FragData[0] = gl_Vertex;
9
gl_Position = gl_Vertex;
10
}