add a simple but nice example of convolution filters in glsl
authorZack Rusin <zack@tungstengraphics.com>
Tue, 20 May 2008 22:49:40 +0000 (18:49 -0400)
committerZack Rusin <zack@tungstengraphics.com>
Tue, 20 May 2008 22:49:51 +0000 (18:49 -0400)
commitcd87aeae00e17e49e258d4d0db6524d808ba7d3f
tree017ada57bb139d03278dfe76ecb81c0c682db77c
parent26f874e967e5bcbd0e0c73674df3d3900b98d35b
add a simple but nice example of convolution filters in glsl

shows basics of image processing with glsl
progs/glsl/Makefile
progs/glsl/convolution.frag [new file with mode: 0644]
progs/glsl/convolution.vert [new file with mode: 0644]
progs/glsl/convolutions.c [new file with mode: 0644]