make globals static

This commit is contained in:
Sven Balzer 2025-03-17 16:24:51 +01:00
parent fc88859eaf
commit 5ac98b6203

View File

@ -586,8 +586,8 @@ static void setup_memory_functions() {
static void setup_memory_functions() {}
#endif
bool enable_msaa = true;
SDL_GPUSampleCount highest_supported_sample_count = SDL_GPU_SAMPLECOUNT_1;
static bool enable_msaa = true;
static SDL_GPUSampleCount highest_supported_sample_count = SDL_GPU_SAMPLECOUNT_1;
static bool recreate_graphics_pipelines() {
SDL_GPUColorTargetDescription color_target_descriptions[] = {