RetroArch Pack
This commit is contained in:
7
system/dolphin-emu/Sys/Shaders/invertedoutline.glsl
Normal file
7
system/dolphin-emu/Sys/Shaders/invertedoutline.glsl
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
float4 c0 = Sample();
|
||||
float4 c1 = SampleOffset(int2(5, 5));
|
||||
|
||||
SetOutput(c0 - c1);
|
||||
}
|
||||
Reference in New Issue
Block a user