dolphin/Data/Sys/Shaders
2014-05-20 23:55:59 -04:00
..
16bit.glsl
32bit.glsl
acidmetal.glsl
acidtrip2.glsl Update acidtrip2.glsl 2014-05-20 23:34:56 -04:00
acidtrip.glsl Update acidtrip.glsl 2014-05-20 23:34:32 -04:00
asciiart.glsl Update asciiart.glsl 2014-05-20 23:39:48 -04:00
auto_toon2.glsl Update auto_toon2.glsl 2014-05-20 23:43:56 -04:00
auto_toon.glsl Update auto_toon.glsl 2014-05-20 23:40:18 -04:00
bad_bloom.glsl Update bad_bloom.glsl 2014-05-20 23:44:49 -04:00
brighten.glsl
chrismas.glsl Update chrismas.glsl 2014-05-20 23:45:33 -04:00
cool1.glsl Update cool1.glsl 2014-05-20 23:46:31 -04:00
darkerbrighter.glsl Update darkerbrighter.glsl 2014-05-20 23:47:05 -04:00
emboss.glsl Update emboss.glsl 2014-05-20 23:47:26 -04:00
fire2.glsl
fire.glsl Update fire.glsl 2014-05-20 23:48:16 -04:00
firewater.glsl Update firewater.glsl 2014-05-20 23:49:49 -04:00
FXAA.glsl Update FXAA.glsl 2014-05-20 23:32:29 -04:00
grayscale2.glsl
grayscale.glsl
invert_blue.glsl
invert.glsl
invertedoutline.glsl Update invertedoutline.glsl 2014-05-20 23:51:34 -04:00
mad_world.glsl Update mad_world.glsl 2014-05-20 23:52:32 -04:00
nightvision2.glsl Update nightvision2.glsl 2014-05-20 23:53:37 -04:00
nightvision2scanlines.glsl Update nightvision2scanlines.glsl 2014-05-20 23:54: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-20 23:54:52 -04:00
primarycolors.glsl
README.txt
sepia.glsl
sketchy.glsl
spookey1.glsl
spookey2.glsl
stereoscopic2.glsl
stereoscopic.glsl
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...
*/