diff options
| author | Michael Lentine <mlentine@google.com> | 2015-12-09 14:33:52 -0800 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2015-12-11 15:32:58 -0700 |
| commit | 1665af28d4f7804475621b009d34bd698a814149 (patch) | |
| tree | 8bd57ab8df5e4627eec6f7e0c4dd3d950f4ab8ef /include/vulkan | |
| parent | 79d02b3fcf94bb232937de3eb69e722f584e45c1 (diff) | |
| download | usermoji-1665af28d4f7804475621b009d34bd698a814149.tar.xz | |
android: Update build to define android platform at build time
Diffstat (limited to 'include/vulkan')
| -rw-r--r-- | include/vulkan/vk_layer.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h index 31040c0e..47165f77 100644 --- a/include/vulkan/vk_layer.h +++ b/include/vulkan/vk_layer.h @@ -14,18 +14,6 @@ #else # define VK_LAYER_EXPORT #endif -#if defined(__ANDROID__) -#define VK_USE_PLATFORM_ANDROID_KHR -#elif defined(_WIN32) -#define VK_USE_PLATFORM_WIN32_KHR -#elif defined(__unix__) -#define VK_USE_PLATFORM_MIR_KHR -#define VK_USE_PLATFORM_WAYLAND_KHR -#define VK_USE_PLATFORM_XLIB_KHR -#define VK_USE_PLATFORM_XCB_KHR -#else -#error "Unsupported Platform!" -#endif typedef void * (VKAPI_PTR *PFN_vkGPA)(void* obj, const char * pName); typedef struct VkBaseLayerObject_ |
