diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-12 10:20:39 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-12 10:21:30 -0700 |
| commit | 8fc46365d6bdcde0c18a8b413b9f7a80fa487107 (patch) | |
| tree | 529671bf966ed68c42fbdb9f6e2e1c39d570241d /src/gpu.c | |
| parent | bb5bcab8b854ecfe8b3cc9cce230136c50150fbd (diff) | |
Getting ready to add PCSS shadows
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; |