summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.h
blob: 02204af4c6e39087cd0b4f445ed9d06ccd0bc39f (plain)
1
2
3
4
5
6
#pragma once
struct GLFWwindow;

void gpu_init(GLFWwindow* window);
void gpu_draw();
void gpu_shutdown();