From 6def103d3373275550eda786ea8f8162baea959b Mon Sep 17 00:00:00 2001 From: Tobias Frisch <tfrisch@uni-koblenz.de> Date: Thu, 16 Feb 2023 21:09:33 +0100 Subject: [PATCH] Update upscaling method title regarding its version Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de> --- projects/indirect_dispatch/src/App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/indirect_dispatch/src/App.cpp b/projects/indirect_dispatch/src/App.cpp index b441c3dd..1c42cafc 100644 --- a/projects/indirect_dispatch/src/App.cpp +++ b/projects/indirect_dispatch/src/App.cpp @@ -212,7 +212,7 @@ void App::run() { const std::vector<const char*> modeNames = { "FSR Upscaling 1.0", - "FSR Upscaling 2.1.1", + "FSR Upscaling 2.2.0", "NIS Upscaling", "Bilinear Upscaling" }; -- GitLab