mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-02-12 05:56:12 -06:00
5 lines
91 B
GLSL
5 lines
91 B
GLSL
void main()
|
|
{
|
|
SetOutput((SampleOffset(int2(1, 1)) - SampleOffset(int2(-1, -1))) * 8.0);
|
|
}
|