summaryrefslogtreecommitdiff
path: root/src/gpu.c
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-12 10:20:39 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-12 10:21:30 -0700
commit8fc46365d6bdcde0c18a8b413b9f7a80fa487107 (patch)
tree529671bf966ed68c42fbdb9f6e2e1c39d570241d /src/gpu.c
parentbb5bcab8b854ecfe8b3cc9cce230136c50150fbd (diff)
Getting ready to add PCSS shadows
Diffstat (limited to 'src/gpu.c')
-rw-r--r--src/gpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu.c b/src/gpu.c
index 8bc5721..b8c0c7d 100644
--- a/src/gpu.c
+++ b/src/gpu.c
@@ -66,6 +66,7 @@ static SDL_GPUTexture *ta_gpu_msaa_texture;
static SDL_GPUTexture *ta_gpu_depth_texture;
SDL_GPUSampleCount ta_gpu_sample_count = SDL_GPU_SAMPLECOUNT_8;
SDL_GPUTextureFormat ta_gpu_swapchain_format;
+ bool ta_gpu_enable_wireframe = false;
static Uint32 ta_gpu_msaa_texture_width;
static Uint32 ta_gpu_msaa_texture_height;
static SDL_GPUCommandBuffer *ta_gpu_command_buffer;