repo.or.cz
/
personal-kdebase.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 spacing
[personal-kdebase.git]
/
workspace
/
kwin
/
effects
/
test
/
data
/
liquid.vert
blob
55d169df807921325f926ba5f12ef3db33313ead
1
varying vec2 pos;
2
3
void main()
4
{
5
pos = gl_Vertex.xy;
6
gl_Position = ftransform();
7
}