diff options
Diffstat (limited to 'src/gpu/gpu.h')
| -rw-r--r-- | src/gpu/gpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h index 8c59aee..c7ee89f 100644 --- a/src/gpu/gpu.h +++ b/src/gpu/gpu.h @@ -42,7 +42,8 @@ struct RenderPass { class MainSequence; // Forward declaration void gpu_init(PlatformState* platform_state); -void gpu_draw(float audio_peak, float aspect_ratio, float time, float beat); +void gpu_draw(float audio_peak, float aspect_ratio, float time, + float beat_time, float beat_phase); void gpu_resize(int width, int height); void gpu_shutdown(); |
