god damnit

This commit is contained in:
Mars 2024-10-10 21:18:45 -04:00
parent f0e85c0d88
commit ae7de1f8ee
Signed by untrusted user: pupbrained
GPG key ID: 874E22DF2F9DFCB5
2 changed files with 1 additions and 1 deletions

View file

@ -12,6 +12,6 @@ layout(location = 1) in vec3 inColor;
layout(location = 0) out vec3 fragColor;
void main() {
gl_Position = vec4(inPosition, 0.0, 1.0);
gl_Position = ubo.proj * ubo.view * ubo.model * vec4(inPosition, 0.0, 1.0);
fragColor = inColor;
}

Binary file not shown.