From ffe446c4912bf3bb7c9bf707d0348346fa6f838e Mon Sep 17 00:00:00 2001 From: Lenny Komow Date: Mon, 19 Nov 2018 17:08:04 -0700 Subject: cube: Update cube/vkcube naming Change-Id: I633c97e9b82a6b5069cc2e7a83106f5d17600c6b --- cube/cube.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cube/cube.cpp') 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(); -- cgit v1.2.3