aboutsummaryrefslogtreecommitdiff
path: root/cube/cube.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cube/cube.cpp')
-rw-r--r--cube/cube.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp
index bf51eda3..5b90fd2e 100644
--- a/cube/cube.cpp
+++ b/cube/cube.cpp
@@ -45,7 +45,7 @@
#define VERIFY(x) ((void)(x))
#endif
-#define APP_SHORT_NAME "cube"
+#define APP_SHORT_NAME "vkcube"
#ifdef _WIN32
#define APP_NAME_STR_LEN 80
#endif
@@ -2934,7 +2934,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR pCmdLine,
}
demo.connection = hInstance;
- strncpy(demo.name, "cube", APP_NAME_STR_LEN);
+ strncpy(demo.name, "Vulkan Cube", APP_NAME_STR_LEN);
demo.create_window();
demo.init_vk_swapchain();