Moved source file locations for easier compiling; cleaned up Makefile; cleaned up opengl code

This commit is contained in:
2022-12-13 18:32:36 +00:00
parent 18eefd4937
commit 60bf5ca7bc
50 changed files with 47 additions and 777 deletions

View File

@@ -131,10 +131,6 @@ void sprite_initialize()
glEnableVertexAttribArray(0);
glVertexAttribPointer(0, 2, GL_FLOAT, GL_FALSE, 0, NULL);
glBindBuffer(GL_ARRAY_BUFFER, 0);
glBindVertexArray(0);
}
void sprite_draw(struct sprite *sprite)