dolphin/Data/Sys/Shaders
myownfriend a26673163f Update asciiart.glsl 2014-05-20 23:39:48 -04:00
..
16bit.glsl Update 16bit.glsl 2014-05-20 23:25:09 -04:00
32bit.glsl Update 32bit.glsl 2014-05-20 23:26:47 -04:00
FXAA.glsl Update FXAA.glsl 2014-05-20 23:32:29 -04:00
README.txt Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
acidmetal.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
acidtrip.glsl Update acidtrip.glsl 2014-05-20 23:34:32 -04:00
acidtrip2.glsl Update acidtrip2.glsl 2014-05-20 23:34:56 -04:00
asciiart.glsl Update asciiart.glsl 2014-05-20 23:39:48 -04:00
auto_toon.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
auto_toon2.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
bad_bloom.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
brighten.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
chrismas.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
cool1.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
darkerbrighter.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
emboss.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
fire.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
fire2.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
firewater.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
grayscale.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
grayscale2.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
invert.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
invert_blue.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
invertedoutline.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
mad_world.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
nightvision.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
nightvision2.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
nightvision2scanlines.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
posterize.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
posterize2.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
primarycolors.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
sepia.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
sketchy.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
spookey1.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
spookey2.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
stereoscopic.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
stereoscopic2.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
sunset.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00
swap_RGB_BGR.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
swap_RGB_BRG.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
swap_RGB_GBR.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
swap_RGB_GRB.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
swap_RGB_RBG.glsl Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00
toxic.glsl Fixes our post processing shaders so they work under OpenGL ES 3.0 2014-05-05 15:59:49 -05:00

README.txt

//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...
*/