Still not working :(((

This commit is contained in:
Ben
2019-01-10 23:49:51 +00:00
parent 9ba94cb010
commit 5154c96b80
4 changed files with 10 additions and 9 deletions

View File

@@ -3,6 +3,6 @@
in vec2 position;
void main() {
gl_position = vec4(position, 0.0, 1.0);
gl_Position = vec4(position, 0.0, 1.0);
// Equivilent to vec4(position.x, position.y, 0.0, 1.0)
}