From 8ce27b7e15f0fc65c8ee78950c7501660b936178 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 14 Feb 2026 15:14:25 +0100 Subject: style: Apply clang-format to codebase --- src/gpu/gpu.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/gpu/gpu.h') diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h index 0b0153b..3796517 100644 --- a/src/gpu/gpu.h +++ b/src/gpu/gpu.h @@ -42,8 +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_time, float beat_phase); +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(); @@ -101,7 +101,8 @@ TextureWithView gpu_create_post_process_texture(WGPUDevice device, uint32_t width, uint32_t height, WGPUTextureFormat format); WGPUTextureView gpu_create_mip_view(WGPUTexture texture, - WGPUTextureFormat format, uint32_t mip_level); + WGPUTextureFormat format, + uint32_t mip_level); WGPUTextureView gpu_create_texture_view_2d(WGPUTexture texture, WGPUTextureFormat format, uint32_t mip_levels = 1); -- cgit v1.2.3