projects
/
mandelwow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Port to glium 0.17 and glutin 0.9.
[mandelwow.git]
/
shaders
/
solid.frag
1
#version 300 es
2
precision lowp float;
3
4
out vec4 color;
5
6
void main() {
7
color = vec4(1.0, 1.0, 1.0, 1.0);
8
}