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

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