aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2015-11-25 13:26:15 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-01 10:26:04 -0700
commit9d452bdb2df85adff77c19ab85cd26b24cbeadbf (patch)
treec48fdef356eb0ed86e1782b0ef972aac47af2d91 /icd
parent68d7d2390fc6080a00046e35f4b68b2eaa6cc9ea (diff)
downloadusermoji-9d452bdb2df85adff77c19ab85cd26b24cbeadbf.tar.xz
wsi: Moved definition of CreateXxxSurface extension to CMakefile
Removed component-specific definitions
Diffstat (limited to 'icd')
-rw-r--r--icd/common/icd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/icd/common/icd.h b/icd/common/icd.h
index ec568e70..6b439924 100644
--- a/icd/common/icd.h
+++ b/icd/common/icd.h
@@ -30,14 +30,6 @@
#ifndef ICD_H
#define ICD_H
-
-// TODO: Generalize for other extension
-#ifdef _WIN32
-#define VK_USE_PLATFORM_WIN32_KHR
-#else // _WIN32
-#define VK_USE_PLATFORM_XCB_KHR
-#endif // _WIN32
-
#include <vulkan/vulkan.h>
#include <vulkan/vk_platform.h>
#include <vulkan/vk_lunarg_debug_report.h>