Move towards geometry instancing for shadows

This commit is contained in:
2023-03-10 13:55:41 +00:00
parent cda7116930
commit c8b256c939
14 changed files with 303 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
#version 450 core
out vec4 fColor;
void main()
{
fColor = vec4 (0,0,0,0);
}