diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-10 19:35:22 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-10 19:35:22 -0700 |
| commit | 5ba84e35520bea65790bde3d207dc526f5c8263c (patch) | |
| tree | e98c492f1645863a232620df9174a38f3d94f560 | |
| parent | f3def6247bc852d990d705edee632ad4684666f5 (diff) | |
Fix more formatting in gpu.c
| -rw-r--r-- | src/gpu.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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, |