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