projects
/
mandelwow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Disable local repositories for glutin and glium.
[mandelwow.git]
/
shaded.frag
1
#version 300 es
2
precision lowp float;
3
4
in vec4 color;
5
out vec4 color_out;
6
7
void main() {
8
color_out = color;
9
}