Add wall shadow shaders

This commit is contained in:
2021-02-21 20:51:56 +01:00
parent 2f7ab06aa4
commit 3dc566b6af
7 changed files with 63 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
#version 430 core
out vec4 fColor;
void main()
{
fColor = vec4 (0.9,0.9,0,1);
}