Code cleanup, code comments

This commit is contained in:
Sascha Willems 2024-01-14 12:17:41 +01:00
parent 9023421b0e
commit 0888d1c9b0
2 changed files with 92 additions and 131 deletions

View file

@ -20,12 +20,6 @@ layout (binding = 0) uniform UBO
float pointSize;
} ubo;
out gl_PerVertex
{
vec4 gl_Position;
float gl_PointSize;
};
void main ()
{
outColor = inColor;