• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VK_VERSION_MINOR,VK_VERSION_MINOR]]
3[source,c++]
4----
5#define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff)
6
7----
8