Pierre Bourdon e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
..
16bit.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
32bit.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
README.txt e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
acidmetal.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
acidtrip.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
acidtrip2.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
asciiart.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
auto_toon.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
auto_toon2.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
bad_bloom.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
brighten.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
chrismas.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
cool1.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
darkerbrighter.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
emboss.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
fire.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
fire2.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
firewater.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
grayscale.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
grayscale2.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
invert.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
invert_blue.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
invertedoutline.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
mad_world.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
nightvision.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
nightvision2.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
nightvision2scanlines.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
posterize.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
posterize2.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
primarycolors.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
sepia.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
sketchy.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
spookey1.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
spookey2.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
stereoscopic.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
stereoscopic2.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
sunset.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
swap_RGB_BGR.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
swap_RGB_BRG.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
swap_RGB_GBR.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
swap_RGB_GRB.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
swap_RGB_RBG.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu
toxic.glsl e7213ca4b1 Overlay the user Shaders/ over the shared one to avoid copying files 11 lat temu

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 . See for more details on the way shaders work.

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