summaryrefslogtreecommitdiff
path: root/include/gpu.h
diff options
context:
space:
mode:
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);