summaryrefslogtreecommitdiff
path: root/src/gpu.c
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-10 19:35:22 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-10 19:35:22 -0700
commit5ba84e35520bea65790bde3d207dc526f5c8263c (patch)
treee98c492f1645863a232620df9174a38f3d94f560 /src/gpu.c
parentf3def6247bc852d990d705edee632ad4684666f5 (diff)
Fix more formatting in gpu.c
Diffstat (limited to 'src/gpu.c')
-rw-r--r--src/gpu.c8
1 files changed, 4 insertions, 4 deletions
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,