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 --- include/gpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gpu.h') diff --git a/include/gpu.h b/include/gpu.h index 5e10d1e..f46f472 100644 --- a/include/gpu.h +++ b/include/gpu.h @@ -31,6 +31,7 @@ extern Uint32 ta_gpu_text_texture_width; extern Uint32 ta_gpu_text_texture_height; extern SDL_GPUSampleCount ta_gpu_sample_count; extern SDL_GPUTextureFormat ta_gpu_swapchain_format; +extern bool ta_gpu_enable_wireframe; void ta_gpu_init(void); void ta_gpu_start_frame(void); -- cgit v1.2.3