• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VK_MAKE_VERSION,VK_MAKE_VERSION]]
3[source,c++]
4----
5#define VK_MAKE_VERSION(major, minor, patch) \
6    (((major) << 22) | ((minor) << 12) | (patch))
7
8----
9