From 8fc46365d6bdcde0c18a8b413b9f7a80fa487107 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sat, 12 Sep 2026 10:20:39 -0700 Subject: Getting ready to add PCSS shadows --- src/gpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpu.c') 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; -- cgit v1.2.3