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
/
blur-render.vert
blob
cbe3c17bd6c98710d060ece91b39fa34354f1bad
1
void main()
2
{
3
gl_TexCoord[0] = gl_MultiTexCoord0 * gl_TextureMatrix[0];
4
gl_Position = ftransform();
5
}