diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-17 18:54:43 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-17 18:54:43 +0200 |
commit | 397bc9e3614fb33c11e99cd9e68a2d613af2b34b (patch) | |
tree | e5c98f259b37cc88d112d1a1d39f5bd49166e435 /main.c | |
parent | b26c977ff0292c81c29ff007b171c9727e620cb4 (diff) |
move glUseProgram out of draw loop
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -79,8 +79,6 @@ int main(int argc, char** argv) { glfwPollEvents(); update_uniform(); - - glUseProgram(shader); glDrawArrays(GL_TRIANGLES, 0, 3); glfwSwapBuffers(window); |