projects
/
platform
/
upstream
/
Vulkan-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e4125d
)
v156: Bump API minor version
author
Cody Northrop
<cody@lunarg.com>
Wed, 26 Aug 2015 16:39:01 +0000
(10:39 -0600)
committer
Cody Northrop
<cody@lunarg.com>
Wed, 26 Aug 2015 16:39:01 +0000
(10:39 -0600)
include/vulkan.h
patch
|
blob
|
history
diff --git
a/include/vulkan.h
b/include/vulkan.h
index
65efec2
..
78d0381
100644
(file)
--- a/
include/vulkan.h
+++ b/
include/vulkan.h
@@
-41,7
+41,7
@@
extern "C" {
((major << 22) | (minor << 12) | patch)
// Vulkan API version supported by this file
-#define VK_API_VERSION VK_MAKE_VERSION(0, 15
5
, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 15
6
, 0)
#if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)