dolphin/Data/Sys/Shaders
2014-05-21 16:45:32 -04:00
..
16bit.glsl Update 16bit.glsl 2014-05-21 15:14:56 -04:00
32bit.glsl Update 32bit.glsl 2014-05-21 16:36:46 -04:00
acidmetal.glsl Update acidmetal.glsl 2014-05-21 16:38:25 -04:00
acidtrip2.glsl
acidtrip.glsl
asciiart.glsl Update asciiart.glsl 2014-05-21 15:15:48 -04:00
auto_toon2.glsl Update auto_toon2.glsl 2014-05-21 00:06:38 -04:00
auto_toon.glsl
bad_bloom.glsl
brighten.glsl
chrismas.glsl Update chrismas.glsl 2014-05-21 14:52:46 -04:00
cool1.glsl Update cool1.glsl 2014-05-21 16:42:18 -04:00
darkerbrighter.glsl
emboss.glsl Update emboss.glsl 2014-05-21 16:45:32 -04:00
fire2.glsl Update fire2.glsl 2014-05-21 16:43:55 -04:00
fire.glsl
firewater.glsl Update firewater.glsl 2014-05-21 14:55:45 -04:00
FXAA.glsl
grayscale2.glsl
grayscale.glsl
invert_blue.glsl
invert.glsl
invertedoutline.glsl
mad_world.glsl
nightvision2.glsl Update nightvision2.glsl 2014-05-21 00:10:07 -04:00
nightvision2scanlines.glsl Update nightvision2scanlines.glsl 2014-05-21 00:11:11 -04:00
nightvision.glsl Update nightvision.glsl 2014-05-20 23:53:13 -04:00
posterize2.glsl Update posterize2.glsl 2014-05-20 23:55:59 -04:00
posterize.glsl Update posterize.glsl 2014-05-21 14:51:25 -04:00
primarycolors.glsl Update primarycolors.glsl 2014-05-21 16:29:25 -04:00
README.txt
sepia.glsl Update sepia.glsl 2014-05-20 23:58:02 -04:00
sketchy.glsl Update sketchy.glsl 2014-05-20 23:58:33 -04:00
spookey1.glsl
spookey2.glsl
stereoscopic2.glsl Update stereoscopic2.glsl 2014-05-21 00:00:50 -04:00
stereoscopic.glsl Update stereoscopic.glsl 2014-05-21 00:00:18 -04:00
sunset.glsl
swap_RGB_BGR.glsl
swap_RGB_BRG.glsl
swap_RGB_GBR.glsl
swap_RGB_GRB.glsl
swap_RGB_RBG.glsl
toxic.glsl

//dummy shader:
uniform sampler2D samp9;

out vec4 ocol0;
in vec2 uv0;

void main()
{
  ocol0 = texture(samp9, uv0);
}

/*
And now that's over with, the contents of this readme file!
For best results, turn Wordwrap formatting on...
The shaders shown in the dropdown box in the video plugin configuration window are kept in the directory named User/Data/Shaders. They are linked in to the dolphin source from the repository at <http://dolphin-shaders-database.googlecode.com/svn/trunk/>. See <http://code.google.com/p/dolphin-shaders-database/wiki/Documentation> for more details on the way shaders work.

This file will hopefully hold more content in future...
*/