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