From 2d7c1f5ec41c070b2c7aa7a75f3149869298e37e Mon Sep 17 00:00:00 2001
From: Vanessa Karolek <vaka1997@uni-koblenz.de>
Date: Sat, 4 Sep 2021 12:45:14 +0200
Subject: [PATCH] [#92] rename application to RTX

---
 projects/rtx/src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/rtx/src/main.cpp b/projects/rtx/src/main.cpp
index d5bda3a5..37b326f4 100644
--- a/projects/rtx/src/main.cpp
+++ b/projects/rtx/src/main.cpp
@@ -9,7 +9,7 @@
 #include <vkcv/rtx/RTX.hpp>
 
 int main(int argc, const char** argv) {
-	const char* applicationName = "First Scene";
+	const char* applicationName = "RTX";
 
 	uint32_t windowWidth = 800;
 	uint32_t windowHeight = 600;
-- 
GitLab