repo.or.cz
/
mesa
/
mesa-lb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gallium: change remaining util functions to use cso sampler views
[mesa/mesa-lb.git]
/
progs
/
vpglsl
/
nestedswizzle.glsl
blob
a3adb3dfeb2cf851f06ba8b7e5759fab30df0a16
1
2
void main() {
3
gl_Position = gl_Vertex;
4
gl_FrontColor = gl_Color;
5
if (gl_Position.x < 0.5) {
6
gl_FrontColor.y = 1.0;
7
}
8
gl_FrontColor.xzw = vec3(0, 0, 1);
9
}