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,6 +1,6 @@
void main()
{
float4 c0 = Sample();
float avg = (c0.r + c0.g + c0.b) / 3.0;
SetOutput(float4(avg, avg, avg, c0.a));
}
void main()
{
float4 c0 = Sample();
float avg = (c0.r + c0.g + c0.b) / 3.0;
SetOutput(float4(avg, avg, avg, c0.a));
}