summaryrefslogtreecommitdiff
path: root/src/gpu.c
diff options
context:
space:
mode:
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,