diff options
| author | Lenny Komow <lenny@lunarg.com> | 2018-11-19 17:08:04 -0700 |
|---|---|---|
| committer | Lenny Komow <lenny@lunarg.com> | 2018-11-19 17:09:27 -0700 |
| commit | ffe446c4912bf3bb7c9bf707d0348346fa6f838e (patch) | |
| tree | c3af64cb9eac365f26c8c27ef477303cc3e6d3c0 /cube/cube.cpp | |
| parent | a50e3eaae9e1698efc2ab29b090448bf35b5500a (diff) | |
| download | usermoji-ffe446c4912bf3bb7c9bf707d0348346fa6f838e.tar.xz | |
cube: Update cube/vkcube naming
Change-Id: I633c97e9b82a6b5069cc2e7a83106f5d17600c6b
Diffstat (limited to 'cube/cube.cpp')
| -rw-r--r-- | cube/cube.cpp | 4 |
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(); |
