projects
/
platform
/
upstream
/
Vulkan-LoaderAndValidationLayers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74d53a
)
update vk_wsi_lunarg.h ...
author
Chia-I Wu
<olv@lunarg.com>
Thu, 16 Apr 2015 14:02:03 +0000
(22:02 +0800)
committer
Ian Elliott
<ian@LunarG.com>
Fri, 17 Apr 2015 19:50:57 +0000
(13:50 -0600)
Except, remove non-upstream members of VkDisplayPropertiesWSI.
include/vk_wsi_lunarg.h
patch
|
blob
|
history
diff --git
a/include/vk_wsi_lunarg.h
b/include/vk_wsi_lunarg.h
index
84de8d2
..
54beb14
100644
(file)
--- 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"
{