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