blob: dda68504134fff3102823d6ecfd3ab90d1626427 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VK_MAKE_VERSION,VK_MAKE_VERSION]]
[source,c++]
----
#define VK_MAKE_VERSION(major, minor, patch) \
(((major) << 22) | ((minor) << 12) | (patch))
----