Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
nots0ap
/
Dolphin
의 미러
https://github.com/dolphin-emu/dolphin
Watch
1
Star
0
포크
0
파일
이슈
0
위키
트리:
401d6e70f6
브랜치
태그
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
stable
nJoy
2412
2409
2407
5.0-rc
5.0
4.0.2
4.0.1
4.0
3.5
3.0
2.0
Dolphin
/
Data
/
Sys
/
Shaders
/
invertedoutline.glsl
invertedoutline.glsl
100 B
히스토리
Raw
1
2
3
4
5
6
7
8
void main()
{
float4 c0 = Sample();
float4 c1 = SampleOffset(int2(5, 5));
SetOutput(c0 - c1);
}