This commit is contained in:
CJSatnarine
2025-09-05 13:14:44 -04:00
parent 44fa48d08b
commit 87ad10465b

View File

@@ -5,3 +5,5 @@ layout(location = 0) in vec3 aPos;
void main() {
gl_Position = vec4(aPos, 1.0);
}
// Comment for test.