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