aboutsummaryrefslogtreecommitdiff
path: root/cube/cube.cpp
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2018-11-19 17:08:04 -0700
committerLenny Komow <lenny@lunarg.com>2018-11-19 17:09:27 -0700
commitffe446c4912bf3bb7c9bf707d0348346fa6f838e (patch)
treec3af64cb9eac365f26c8c27ef477303cc3e6d3c0 /cube/cube.cpp
parenta50e3eaae9e1698efc2ab29b090448bf35b5500a (diff)
downloadusermoji-ffe446c4912bf3bb7c9bf707d0348346fa6f838e.tar.xz
cube: Update cube/vkcube naming
Change-Id: I633c97e9b82a6b5069cc2e7a83106f5d17600c6b
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();