[]Macro nobs_vulkanism::make_version

macro_rules! make_version {
    ( $ major : expr , $ minor : expr , $ patch : expr ) => { ... };
}

Create a version number from a major, minor and patch as it is defined in vulkan version numbers and semantics

May be used to set the applicationVersion, pEngineName and apiVersion fields in ApplicationInfo