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,10 +1,10 @@
void main()
{
float4 c0 = Sample();
float green = c0.g;
if (c0.g < 0.50)
green = c0.r + c0.b;
SetOutput(float4(0.0, green, 0.0, 1.0));
}
void main()
{
float4 c0 = Sample();
float green = c0.g;
if (c0.g < 0.50)
green = c0.r + c0.b;
SetOutput(float4(0.0, green, 0.0, 1.0));
}