Macro
VK_VERSION_MINOR
Extract API minor version number
VK_VERSION_MINOR
extracts the API minor version number from a packed
version number:
// DEPRECATED: This define is deprecated. VK_API_VERSION_MINOR should be used instead.
#define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12U) & 0x3FFU)