blob: 3331b45c8bf423f2de47626acc7513d8a1229b53 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VK_VERSION_MINOR,VK_VERSION_MINOR]]
[source,c++]
----
#define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff)
----