diff options
Diffstat (limited to 'src/gpu.c')
| -rw-r--r-- | src/gpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |