// 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)) ----