summaryrefslogtreecommitdiff
path: root/include/gpu.h
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 /include/gpu.h
parentbb5bcab8b854ecfe8b3cc9cce230136c50150fbd (diff)
Getting ready to add PCSS shadows
Diffstat (limited to 'include/gpu.h')
-rw-r--r--include/gpu.h1
1 files changed, 1 insertions, 0 deletions
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);