Update : Dolphin

This commit is contained in:
Abdessamad DERRAZ
2021-04-20 12:56:34 +02:00
parent 6dfad9e30f
commit 835a359cea
1537 changed files with 57071 additions and 54969 deletions

View File

@@ -1,7 +1,7 @@
void main()
{
float4 c0 = Sample();
float4 c1 = SampleOffset(int2(5, 5));
SetOutput(c0 - c1);
}
void main()
{
float4 c0 = Sample();
float4 c1 = SampleOffset(int2(5, 5));
SetOutput(c0 - c1);
}