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

void gpu_init(GLFWwindow *window);
void gpu_draw(float audio_peak, float aspect_ratio);
void gpu_shutdown();