(bind-func gl_draw (lambda (program) (glClear GL_COLOR_BUFFER_BIT) (glUseProgram program) (VAO_bind_and_draw_arrays vao GL_POINTS 0 3) void))