#include "tinycthread.h"#include <glad/glad.h>#include <GLFW/glfw3.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 int | thread_main (void *data) |
Variables | |
| static volatile int | running = GLFW_TRUE |
|
static |
Definition at line 41 of file third-party/glfw/tests/empty.c.
|
static |
Definition at line 62 of file third-party/glfw/tests/empty.c.
| int main | ( | void | ) |
Definition at line 73 of file third-party/glfw/tests/empty.c.
|
static |
Definition at line 68 of file third-party/glfw/tests/empty.c.
|
static |
Definition at line 46 of file third-party/glfw/tests/empty.c.
|
static |
Definition at line 39 of file third-party/glfw/tests/empty.c.