From 5ba84e35520bea65790bde3d207dc526f5c8263c Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Thu, 10 Sep 2026 19:35:22 -0700 Subject: Fix more formatting in gpu.c --- src/gpu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/gpu.c b/src/gpu.c index a764fa5..c7b7aa0 100644 --- a/src/gpu.c +++ b/src/gpu.c @@ -173,11 +173,11 @@ void ta_gpu_end_frame(void) { float alpha = 1.0f; SDL_GPUColorTargetInfo color_target = { - .texture = ta_gpu_msaa_texture, - .load_op = SDL_GPU_LOADOP_CLEAR, - .store_op = SDL_GPU_STOREOP_RESOLVE, + .texture = ta_gpu_msaa_texture, + .load_op = SDL_GPU_LOADOP_CLEAR, + .store_op = SDL_GPU_STOREOP_RESOLVE, .resolve_texture = ta_gpu_swapchain_texture, - .clear_color = { + .clear_color = { red, green, blue, -- cgit v1.2.3