Ishiiruka/Data/Sys/Shaders
2021-10-12 04:45:04 -04:00
..
Postprocessing Added options to IshiirukaFX 2021-10-12 04:45:04 -04:00
Scaling Added options to IshiirukaFX 2021-10-12 04:45:04 -04:00
Stereoscopy small correction for pp Shaders/Stereoscopy/Top-and-bottom.glsl 2016-06-25 15:22:03 -03:00
README.txt Overlay the user Shaders/ over the shared one to avoid copying files 2013-09-14 06:08:30 +02:00

//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 <http://dolphin-shaders-database.googlecode.com/svn/trunk/>. See <http://code.google.com/p/dolphin-shaders-database/wiki/Documentation> for more details on the way shaders work.

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