From ea31729a7475e44aadfb759c6cdfe38cc635e4c7 Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Sat, 22 Mar 2025 16:12:32 +0100 Subject: [PATCH] change max anisotropy to 16 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2f576c3..16294e2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1148,7 +1148,7 @@ int main(int argc, char **argv) { .address_mode_v = SDL_GPU_SAMPLERADDRESSMODE_CLAMP_TO_EDGE, .address_mode_w = SDL_GPU_SAMPLERADDRESSMODE_CLAMP_TO_EDGE, - .max_anisotropy = 4.0f, + .max_anisotropy = 16.0f, .enable_anisotropy = true, };