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
/
data
/
lookingglass.vert
blob
066ac6c2aad77052ae27f03cde47e31f2d32335f
1
void main()
2
{
3
gl_TexCoord[0].xy = gl_Vertex.xy;
4
gl_Position = ftransform();
5
}
6