#include "tinycthread.h"
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
Go to the source code of this file.
Classes | |
struct | Thread |
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 int | thread_main (void *data) |
Variables | |
static volatile int | running = GLFW_TRUE |
|
static |
|
static |