diff options
Diffstat (limited to 'draw.c')
-rw-r--r-- | draw.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include "draw.h" + +void draw(GLFWwindow* window) { + glClearColor(1.f, 0.f, 1.f, 1.0f); + glClear(GL_COLOR_BUFFER_BIT); +} |
index : project-iprj | |
23-24 b12 proj13: individueel project |
aboutsummaryrefslogtreecommitdiff |