Function VK_MAKE_VERSION

Make a Vulkan version identifier

uint VK_MAKE_VERSION (
  uint major,
  uint minor,
  uint patch
) pure nothrow @nogc;