First render

This commit is contained in:
Dynamitos
2020-10-23 01:47:56 +02:00
parent 8d4c43361b
commit b4fc5df74e
21 changed files with 128 additions and 43 deletions
+1 -1
View File
@@ -73,5 +73,5 @@ float4 fragmentMain(
}
return float4(result, 1);
return float4(0, 1, 0, 1);
}