Load all vulkan functions via vkGetInstanceProcAddr
VLC wants this. Not all environments have access to the full-blown vulkan-loader
infrastructure or similar wrapping code. We're not bound by API overhead so we have almost no excuse except 'laziness'.