#include <glad/glad.h>#include <GLFW/glfw3.h>#include <time.h>#include <math.h>#include <stdio.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| static void | error_callback (int error, const char *description) |
| static void | key_callback (GLFWwindow *window, int key, int scancode, int action, int mods) |
| int | main (void) |
| static float | nrand (void) |
|
static |
|
static |