Macro
VK_VERSION_MAJOR
Extract API major version number
VK_VERSION_MAJOR
extracts the API major version number from a packed
version number:
// DEPRECATED: This define is deprecated. VK_API_VERSION_MAJOR should be used instead.
#define VK_VERSION_MAJOR(version) ((uint32_t)(version) >> 22U)