aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-04-16 22:02:03 +0800
committerIan Elliott <ian@LunarG.com>2015-04-17 13:50:57 -0600
commit75727d2aaa691e578806b5aba3b1aba667ebd1ae (patch)
tree24321694a2b3e9434b607174c740b48dd061ca18
parentb5e3bc3e6db511415a64f83c41a46c57f18a35f8 (diff)
downloadusermoji-75727d2aaa691e578806b5aba3b1aba667ebd1ae.tar.xz
update vk_wsi_lunarg.h ...
Except, remove non-upstream members of VkDisplayPropertiesWSI.
-rw-r--r--include/vk_wsi_lunarg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vk_wsi_lunarg.h b/include/vk_wsi_lunarg.h
index 84de8d2c..54beb149 100644
--- a/include/vk_wsi_lunarg.h
+++ b/include/vk_wsi_lunarg.h
@@ -32,6 +32,10 @@
#define VK_WSI_LUNARG_REVISION 3
#define VK_WSI_LUNARG_EXTENSION_NUMBER 1
+#ifndef VK_DEFINE_DISP_SUBCLASS_HANDLE
+#define VK_DEFINE_DISP_SUBCLASS_HANDLE(_obj, _base) VK_DEFINE_HANDLE(_obj)
+#endif
+
#ifdef __cplusplus
extern "C"
{