Please enable JavaScript in your browser!
首页
发现
帮助
登录
nots0ap
/
Dolphin
镜像自地址
https://github.com/dolphin-emu/dolphin
关注
1
点赞
0
派生
0
文件
工单管理
0
Wiki
目录树:
401d6e70f6
分支列表
标签列表
4.0-hotfixes
master
release-prep-2407
release-prep-2409
stable
nJoy
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
文件历史
原始文件
1
2
3
4
5
6
7
8
void main()
{
float4 c0 = Sample();
float4 c1 = SampleOffset(int2(5, 5));
SetOutput(c0 - c1);
}