aboutsummaryrefslogtreecommitdiff
path: root/demos/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/cube.c')
-rw-r--r--demos/cube.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/cube.c b/demos/cube.c
index 5628c47d..e49ab0b4 100644
--- a/demos/cube.c
+++ b/demos/cube.c
@@ -34,10 +34,7 @@
#ifdef _WIN32
#pragma comment(linker, "/subsystem:windows")
-#define VK_USE_PLATFORM_WIN32_KHR
#define APP_NAME_STR_LEN 80
-#else // _WIN32
-#define VK_USE_PLATFORM_XCB_KHR
#endif // _WIN32
#include <vulkan/vulkan.h>