diff options
author | bobo1on1 <bobo1on1@svn> | 2010-01-12 00:07:36 +0000 |
---|---|---|
committer | bobo1on1 <bobo1on1@svn> | 2010-01-12 00:07:36 +0000 |
commit | 359f7ad3ca6c8640fcc80a040cd4bea66949ee69 (patch) | |
tree | c7aa33a199f70ee2ffd833c1ad829ec2a3fd60b2 /system/shaders/convolution-6x6.glsl | |
parent | 57de4433040e5beb58ec4386d7d1f415b4b75e7c (diff) |
fixed: compile (sort of)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26704 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system/shaders/convolution-6x6.glsl')
-rw-r--r-- | system/shaders/convolution-6x6.glsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/shaders/convolution-6x6.glsl b/system/shaders/convolution-6x6.glsl index ebb84d1f3e..409e204397 100644 --- a/system/shaders/convolution-6x6.glsl +++ b/system/shaders/convolution-6x6.glsl @@ -59,4 +59,5 @@ void main() gl_FragColor += line(ypos, xf, linetaps1, linetaps2) * columntaps2.b; gl_FragColor.a = gl_Color.a; -}; +} + |