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
glx-multithread-texture: Avoid front-buffer rendering.
[piglit.git]
/
tests
/
shaders
/
glsl-uniform-update.frag
blob
a91e99c4243818bc47e40ed230140fd635d1ed87
1
uniform vec4 color;
2
3
void main()
4
{
5
gl_FragColor = color;
6
}