Code cleanup, rework, additional code comments

This commit is contained in:
Sascha Willems 2024-01-07 20:04:18 +01:00
parent fe46cef0a7
commit dec7d2e9f8
5 changed files with 206 additions and 290 deletions

View file

@ -17,11 +17,6 @@ layout (binding = 0) uniform UBO
vec4 lightPos;
} ubo;
out gl_PerVertex
{
vec4 gl_Position;
};
void main ()
{
outUV = inUV;