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

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