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

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